Skip to content
Snippets Groups Projects
Commit e646e65c authored by Max Smolens's avatar Max Smolens
Browse files

Fix vtkAxisActor2D documentation error

This commit fixes the documentation of the default value of vtkAxisActor2D's
SizeFontRelativeToAxis property. By default, fonts are resized relative to the
viewport.
parent 75b256ae
No related branches found
No related tags found
No related merge requests found
......@@ -291,7 +291,7 @@ public:
// Description:
// Specify whether to size the fonts relative to the viewport or relative to
// length of the axis. By default, fonts are resized relative to the axis.
// length of the axis. By default, fonts are resized relative to the viewport.
vtkSetMacro(SizeFontRelativeToAxis,int);
vtkGetMacro(SizeFontRelativeToAxis,int);
vtkBooleanMacro(SizeFontRelativeToAxis,int);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment