]> git.saurik.com Git - wxWidgets.git/commit
Erase toolbar background even if it doesn't contain any controls/spaces.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 23 Dec 2009 21:42:06 +0000 (21:42 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 23 Dec 2009 21:42:06 +0000 (21:42 +0000)
commitf3d0bc4364695d9351f9054de396e031b29f629c
tree697ccd41cc565f251adecf041f26cbedc2d54969
parentfe0c328904fef5f321bb06de471a4830a2678a32
Erase toolbar background even if it doesn't contain any controls/spaces.

Minor correction to changes in r62971: we still need to hook WM_ERASEBKGND in
toolbar parent when painting the toolbar itself even when there are no dummy
separators in it (and so we don't need to paint them over). Without this, the
background of simple toolbars without controls was not erased correctly.

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