A fix for flicker when the top-level window is disabled or enabled (e.g. by modal...
authorJulian Smart <julian@anthemion.co.uk>
Sun, 11 Mar 2012 05:31:06 +0000 (05:31 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sun, 11 Mar 2012 05:31:06 +0000 (05:31 +0000)
commit6c6b938377211da1987c8b6e44134fb0f32c84df
tree7568b658e67b828f89130524dc851c073954921f
parentb2596741a2026e18f946c9fa3a7ccf8d69c1827c
A fix for flicker when the top-level window is disabled or enabled (e.g. by modal dialogs).
Achieved by using IsThisEnabled to determine the visual disabled state and thus requiring no refresh on top-level window enabling/disabling.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70870 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/choice.cpp
src/msw/combo.cpp
src/msw/textctrl.cpp
src/msw/toplevel.cpp