]> git.saurik.com Git - wxWidgets.git/commit
don't use our custom WM_PAINT handler with composited window as this results in an...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 2 Aug 2008 22:34:37 +0000 (22:34 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 2 Aug 2008 22:34:37 +0000 (22:34 +0000)
commit1c2b921a1ce6638dddeef827ea167f39dc119367
treef8c5de07985b9bf53ef63565d41af58c7f52fab3
parent75e8e6dc29ce30e19ca195a08d9a5ece762c5f6e
don't use our custom WM_PAINT handler with composited window as this results in an endless repaint loop (#9666); also don't even define HandlePaint() under CE as it's never used there

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