Skip to content

Commit

Permalink
removed references to rectangle mode (3D visualisation)
Browse files Browse the repository at this point in the history
  • Loading branch information
erichnau committed Nov 1, 2024
1 parent 3f2e3d5 commit b5dbd98
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions GUI/DepthsliceViewer_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,6 @@ def __init__(self, master, frame_image, *args, **kwargs):

self.measure_mode = False
self.mw = None
self.rectangle_mode = False

self.section_view = None
self.section_view_active = False
Expand Down Expand Up @@ -482,7 +481,6 @@ def measure(self):
self.measure_mode = False
else:
self.disable_draw_mode()
self.disable_rectangle_mode()
self.mw = MeasurementWindow(self.frame_image, self)
self.measure_tool.config(relief='sunken')
self.measure_mode = True
Expand Down

0 comments on commit b5dbd98

Please sign in to comment.