Skip to content

Commit

Permalink
FIX: typo and dims_size increase
Browse files Browse the repository at this point in the history
  • Loading branch information
rmatsuda committed Sep 30, 2024
1 parent 334afba commit bd9f4a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions invesalius/data/visualization/mep_visualizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def __init__(self):
self.surface = None
self.decimate_surface = None
self.colored_surface_actor = None
self.point_actore = None
self.point_actor = None

self.colorBarActor = None
self.actors_dict = {} # Dictionary to store all actors created by the MEP visualizer
Expand All @@ -72,7 +72,7 @@ def __init__(self):

self.is_navigating = False

self.dims_size = 10
self.dims_size = 20

self._config_params = deepcopy(const.DEFAULT_MEP_CONFIG_PARAMS)
self.__bind_events()
Expand Down

0 comments on commit bd9f4a1

Please sign in to comment.