recognize hover bitmaps (patch 1758843)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@47768 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-07-28 00:21:11 +00:00
parent e97b634c4c
commit 42a5b4e4f7

View File

@@ -443,6 +443,7 @@ static bool NodeContainsFilename(wxXmlNode *node)
parent->GetPropVal(_T("class"), _T("")) == _T("wxBitmapButton") &&
(name == _T("focus") ||
name == _T("disabled") ||
name == _T("hover") ||
name == _T("selected")))
return true;