fix problem with closing subwindows and define field length for id in schema

This commit is contained in:
Thomas Peetz
2025-02-03 17:37:19 +01:00
parent 591171b223
commit f33aaadce7
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ class MediaWindow(QMdiSubWindow):
def closeEvent(self, event):
self.closed.emit()
super().closeEvent(event)
self._main_window.remove_sub_window('comic')
self._main_window.remove_sub_window('media')
def refresh(self):
self.log.info("MediaWindow.refresh")