Skip to content

Commit

Permalink
FIX: More
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Feb 14, 2024
1 parent ea30cab commit 9a4d6d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tvtk/vtk_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ def _find_get_set_methods(self, klass, methods):
elif klass_name in ("vtkCubeAxesActor", "vtkPolarAxesActor"):
if key in (
"EnableDistanceLOD", "EnableViewAngleLOD", "Use2DMode",
"UseAxisOrigin",
"UseAxisOrigin", "UseOrientedBounds", "UseTextActor3D",
):
default = int(bool(default))

Expand Down

0 comments on commit 9a4d6d9

Please sign in to comment.