]> git.saurik.com Git - wxWidgets.git/commit
Don't activate the window when updating its styles in wxMSW.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 24 Oct 2010 22:41:24 +0000 (22:41 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 24 Oct 2010 22:41:24 +0000 (22:41 +0000)
commit58331be29ab14a2067a9b20e49330bbccc1194ca
treeb2538c84c8599f39b3d7a540775ef76eadbb65f6
parent6969b18cc75866e1a1c47e20f0b3d4d5dcff95b1
Don't activate the window when updating its styles in wxMSW.

Add SWP_NOACTIVATE to the flags used by wxWindow::MSWUpdateStyle(). This
allows to change the style of a window without necessarily activating it.

Closes #11560.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65909 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/window.cpp