]> git.saurik.com Git - wxWidgets.git/commit
anybutton.cpp compilation fix for wxUSE_IMAGE=0.
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 14 Oct 2012 19:30:46 +0000 (19:30 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 14 Oct 2012 19:30:46 +0000 (19:30 +0000)
commit0f3d125b1a3183bfaf6683fc6fce523ea87075f0
treef3d0ebfd7c71c03820bacb468988e377947a3676
parentc586011992e4e074c7980c71da75be7d5c3ce497
anybutton.cpp compilation fix for wxUSE_IMAGE=0.

Disabled bitmaps are not rendered properly in this configuration, they
look the same as normal ones. This is hardly ideal, but such
degradations are to be expected when disabling something as widely used
as wxImage.

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