No buttons image list support for Qt as for MSW.
This commit is contained in:
parent
cfe36f7ae7
commit
e8d39f3b5c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue