Merge branch 'qt_tree_control' of https://github.com/GeoTeric/wxWidgets into qt-fixes
See https://github.com/wxWidgets/wxWidgets/pull/1225
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