Skip to content

Commit e646e65

Browse files
committed
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.
1 parent 75b256a commit e646e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rendering/Annotation/vtkAxisActor2D.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ class VTKRENDERINGANNOTATION_EXPORT vtkAxisActor2D : public vtkActor2D
291291

292292
// Description:
293293
// Specify whether to size the fonts relative to the viewport or relative to
294-
// length of the axis. By default, fonts are resized relative to the axis.
294+
// length of the axis. By default, fonts are resized relative to the viewport.
295295
vtkSetMacro(SizeFontRelativeToAxis,int);
296296
vtkGetMacro(SizeFontRelativeToAxis,int);
297297
vtkBooleanMacro(SizeFontRelativeToAxis,int);

0 commit comments

Comments
 (0)