Fix incorrect icon being drawn in wxTreeCtrl
This commit is contained in:
@@ -426,7 +426,7 @@ private:
|
|||||||
imageIndex = states[wxTreeItemIcon_Selected];
|
imageIndex = states[wxTreeItemIcon_Selected];
|
||||||
}
|
}
|
||||||
|
|
||||||
return QIcon::Normal;
|
return imageIndex;
|
||||||
}
|
}
|
||||||
|
|
||||||
wxQtTreeItemEditorFactory m_editorFactory;
|
wxQtTreeItemEditorFactory m_editorFactory;
|
||||||
|
Reference in New Issue
Block a user