Skip to content

Commit

Permalink
Merge pull request #2651 from thedax/master
Browse files Browse the repository at this point in the history
Windows UI: Fix topmost not working when checked & user starts the application again
  • Loading branch information
hrydgard committed Jul 6, 2013
2 parents 8988d69 + 7421877 commit ab6133e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Windows/WndMainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,8 @@ namespace MainWindow

ShowWindow(hwndMain, nCmdShow);

W32Util::MakeTopMost(hwndMain, g_Config.bTopMost);

#if ENABLE_TOUCH
RegisterTouchWindow(hwndDisplay, TWF_WANTPALM);
#endif
Expand Down

0 comments on commit ab6133e

Please sign in to comment.