1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

More template cleanups

This commit is contained in:
jules 2014-11-04 17:36:59 +00:00
parent 01bab0c146
commit 43fa10b12f
14 changed files with 2035 additions and 22 deletions

View file

@ -558,6 +558,10 @@ bool ResizableWindow::restoreWindowStateFromString (const String& s)
}
updateLastPosIfNotFullScreen();
if (fs)
setBoundsConstrained (newPos);
setFullScreen (fs);
if (! fs)