[quote=“iamntz”]
Not really, sometimes things are forgotten (when remember_full_screen is set true). Here is a repro (I’m on Win 8.1):
- resize a window to whatever size you’d like
- make the editor full screen
- close the editor (while full screen; we’re assuming there is only one instance here)
- when you reopen the editor try to open a new window
- Admire the full screen size window (but not maximized)[/quote]
I can not reproduce this on Win7. I need to maximize the window between 1 and 2. This also leads to the following, which shows the underlying issue better:
- resize to any size
- maximize the window
- enter full screen mode
- leave full screen mode
- un-maximize window and get the “full screen size but not maximized” window
I believe this also makes the new window pop up in fullscreen because the dimensions of the initial window were changed.