Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit a4c9b8d

Browse files
author
LAKESIDE\LindaT18
committed
fix switch_compare function
1 parent dd40120 commit a4c9b8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PythonGUI_apps/FLIM_analysis/FLIM_plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def switch_compare(self):
154154
self.roi2_plot.show()
155155
else:
156156
self.roi2.hide()
157-
self.roi2.hide()
157+
self.roi2_plot.hide()
158158
else:
159159
if hasattr(self, "roi2"):
160160
self.roi2.hide()

0 commit comments

Comments
 (0)