forked from vrcx-team/VRCX
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed window will never show up again if the window is closed when mi…
…nimized (vrcx-team#977) * `Show()` must be called before changing `WindowState`, otherwise the internal state of the window will be messed up. If you don't do this, when the window is closed when minimized, even if you click the tray menu icon, it will never show up. * Remember window state before minimized. If window was maximized before minimized, it should be restore to maximized when `Focus_Window` called.
- Loading branch information
1 parent
e05c7b6
commit 4ca9f56
Showing
1 changed file
with
26 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters