mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-20 20:08:31 -04:00
Process Qt events once more, to prevent weird size issues before adjusting size
This commit is contained in:
parent
35065106ef
commit
08ac4137c7
2 changed files with 1 additions and 1 deletions
|
@ -350,4 +350,5 @@ class Mode(QtWidgets.QWidget):
|
|||
Always resize the window after showing this Mode widget.
|
||||
"""
|
||||
super(Mode, self).show()
|
||||
self.qtapp.processEvents()
|
||||
self.resize_window()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue