No buttons image list support for Qt as for MSW.
This commit is contained in:
@@ -1055,7 +1055,7 @@ void MyTreeCtrl::CreateStateImageList(bool del)
|
||||
AssignStateImageList(states);
|
||||
}
|
||||
|
||||
#if USE_GENERIC_TREECTRL || !defined(__WXMSW__)
|
||||
#if USE_GENERIC_TREECTRL || (!defined(__WXMSW__) && !defined(__WXQT__))
|
||||
void MyTreeCtrl::CreateButtonsImageList(int size)
|
||||
{
|
||||
if ( size == -1 )
|
||||
|
Reference in New Issue
Block a user