Mainwindow: 'save' call 'save_as' when study are never saved before.
parent
487f5e9ac8
commit
607aed3f11
|
|
@ -268,7 +268,10 @@ class Ui_MainWindow(object):
|
|||
)
|
||||
|
||||
def save(self):
|
||||
UpdateTableForSave()
|
||||
if stg.dirname_save_as:
|
||||
UpdateTableForSave()
|
||||
else:
|
||||
self.save_as()
|
||||
|
||||
def open(self):
|
||||
reader = ReadTableForOpen()
|
||||
|
|
|
|||
Loading…
Reference in New Issue