Commit 486ff5c2 authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

Mainwindow: Minor change.

Showing with 3 additions and 0 deletions
+3 -0
......@@ -891,6 +891,9 @@ class ApplicationWindow(QMainWindow, ListedSubWindow, WindowToolKit):
if self._study is None:
return
if self._study.filename == "":
return
dialog = QFileDialog(self)
dialog.setFileMode(QFileDialog.FileMode.ExistingFile)
dialog.setDefaultSuffix(".BIN")
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment