recognize hover bitmaps (patch 1758843)

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

View File

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