fix problem with closing subwindows and define field length for id in schema
This commit is contained in:
@@ -33,7 +33,7 @@ class MetaDataWindow(QMdiSubWindow):
|
||||
def closeEvent(self, event):
|
||||
self.closed.emit()
|
||||
super().closeEvent(event)
|
||||
self._main_window.remove_sub_window('comic')
|
||||
self._main_window.remove_sub_window('meta_data')
|
||||
|
||||
def refresh(self):
|
||||
# self.log.info("refresh")
|
||||
|
||||
Reference in New Issue
Block a user