This commit is contained in:
恍兮惚兮 2024-11-12 16:36:40 +08:00
parent 7de2923616
commit 1257dfddf5
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
set(VERSION_MAJOR 5) set(VERSION_MAJOR 5)
set(VERSION_MINOR 58) set(VERSION_MINOR 58)
set(VERSION_PATCH 0) set(VERSION_PATCH 1)
set(VERSION_REVISION 0) set(VERSION_REVISION 0)
add_definitions(-DVERSION_MAJOR=${VERSION_MAJOR}) add_definitions(-DVERSION_MAJOR=${VERSION_MAJOR})
add_definitions(-DVERSION_MINOR=${VERSION_MINOR}) add_definitions(-DVERSION_MINOR=${VERSION_MINOR})

View File

@ -201,6 +201,7 @@ class rangeselect(QMainWindow):
) )
def resizeEvent(self, e: QResizeEvent): def resizeEvent(self, e: QResizeEvent):
winsharedutils.maximum_window(int(self.backlabel.winId()))
self.backlabel.resize(e.size()) self.backlabel.resize(e.size())
def paintEvent(self, event): def paintEvent(self, event):