]> git.saurik.com Git - wxWidgets.git/commit
Fix wxMSW rendering artifacts with modal dialogs.
authorVáclav Slavík <vslavik@fastmail.fm>
Thu, 16 Sep 2010 09:05:48 +0000 (09:05 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Thu, 16 Sep 2010 09:05:48 +0000 (09:05 +0000)
commit685ed4d1f8a834dd898d0897fa96d3a8b0468372
tree1807b1063577868f4d693a0f7fd397b43aacddc4
parentd5947fad64ffb5bd695620fc82e5d4f20d51fb47
Fix wxMSW rendering artifacts with modal dialogs.

When a modal dialog showed another modal dialog, parts of the parent
window weren't refreshed correctly. This demonstrated itself as
rendering artifacts when moving the child dialog to another position:
parts of the dialog were shown as disabled, parts as enabled.

Fixed by explicitly refreshing the window.

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