Browse Source
When restoring from tray icon, although the window manager shows qbt window but qbt itself didn't handle the event correctly, i.e. the `show()` was missing and thus qbt did nothing and the window is blank. Note that at this point the `visible` property is `false`. After invoking `show()` qbt will start showing the contents and also fire another showEvent where `visible` property is `true` and here is where qbt should handle preparations for the window. Fix #9510.adaptive-webui-19844
Chocobo1
4 years ago
committed by
GitHub
1 changed files with 16 additions and 7 deletions
Loading…
Reference in new issue