Skip to content

Commit

Permalink
Fixed relative checkbox, forgot to update to right setting
Browse files Browse the repository at this point in the history
  • Loading branch information
benvanbasten-ns committed Oct 16, 2024
1 parent 5b5ece5 commit dc511b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tool_animation/map_animator.py
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ def _style_node_layers(self, result_item: ThreeDiResultItem, progress_bar):
node_parameter_class_bounds,
self.current_node_parameter["parameters"],
False,
current_node_settings.nr_of_classes,
current_node_settings.nr_classes,
postfix,
)
else:
Expand All @@ -528,7 +528,7 @@ def _style_node_layers(self, result_item: ThreeDiResultItem, progress_bar):
node_parameter_class_bounds,
self.current_node_parameter["parameters"],
True,
current_node_settings.nr_of_classes,
current_node_settings.nr_classes,
postfix,
)
else:
Expand Down

0 comments on commit dc511b8

Please sign in to comment.