Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

Commit

Permalink
fix replacing gestalt path when clicking cancel on dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
leminlimez committed Dec 4, 2024
1 parent 6549691 commit 560a9b9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gui/main_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -877,8 +877,6 @@ def on_chooseGestaltBtn_clicked(self):
selected_file=selected_file
)
dialog.exec()
self.device_manager.data_singleton.gestalt_path = selected_file
self.ui.gestaltLocationLbl.setText(selected_file)
# hide the warning labels
self.ui.mgaWarningLbl.hide()
self.ui.mgaWarningLbl2.hide()
Expand Down

0 comments on commit 560a9b9

Please sign in to comment.