Skip to content

Commit

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

Expand Down

0 comments on commit ea30cab

Please sign in to comment.