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):
|
def save(self):
|
||||||
|
if stg.dirname_save_as:
|
||||||
UpdateTableForSave()
|
UpdateTableForSave()
|
||||||
|
else:
|
||||||
|
self.save_as()
|
||||||
|
|
||||||
def open(self):
|
def open(self):
|
||||||
reader = ReadTableForOpen()
|
reader = ReadTableForOpen()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue