Merge pull request #2651 from thedax/master

Windows UI: Fix topmost not working when checked & user starts the application again
This commit is contained in:
Henrik Rydgård 2013-07-06 10:50:54 -07:00
commit ab6133e419

View file

@ -272,6 +272,8 @@ namespace MainWindow
ShowWindow(hwndMain, nCmdShow);
W32Util::MakeTopMost(hwndMain, g_Config.bTopMost);
#if ENABLE_TOUCH
RegisterTouchWindow(hwndDisplay, TWF_WANTPALM);
#endif