mirror of
https://github.com/mupen64plus/mupen64plus-ui-python.git
synced 2025-04-02 10:51:53 -04:00
ActivateWindow on resize
This commit is contained in:
parent
47ddad0f4c
commit
b7fcc10a1c
1 changed files with 1 additions and 0 deletions
|
@ -164,6 +164,7 @@ class MainWindow(QMainWindow, Ui_MainWindow):
|
|||
self.settings.qset.setValue("size", (width, height - self.widgets_height))
|
||||
|
||||
self.resize(width, height)
|
||||
self.stack.currentWidget().activateWindow()
|
||||
|
||||
def set_sizes(self, size):
|
||||
"""Sets 'Window Size' radio buttons on resize event."""
|
||||
|
|
Loading…
Add table
Reference in a new issue