]> git.saurik.com Git - wxWidgets.git/commit
Correct the drawing of check tools with a drop down button in wxAuiToolBar.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 14 May 2011 14:18:14 +0000 (14:18 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 14 May 2011 14:18:14 +0000 (14:18 +0000)
commit026c6eff708c867efe9eca35e41bf82b58ba1c1a
tree6a9778f1414c14bb2400fe14d2cc0b9ff786f20d
parent587151f730be88de8fcba82004c2bb93f8362342
Correct the drawing of check tools with a drop down button in wxAuiToolBar.

This combination was simply not covered by the existing code, add the missing
DrawDropDownButton() call.

Closes #11139.

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