added wxCURSOR_DEFAULT to others (not GTK only), hide the current selection in

the tree ctrl during dnd


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6177 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2000-02-21 14:35:44 +00:00
parent 8dd4f53663
commit 943d28e424
2 changed files with 6 additions and 0 deletions

View File

@@ -403,6 +403,8 @@ protected:
wxPoint m_dragStart;
bool m_isDragging; // true between BEGIN/END drag events
wxGenericTreeItem *m_dropTarget;
wxCursor m_oldCursor; // cursor is changed while dragging
wxGenericTreeItem *m_oldSelection;
wxTimer *m_renameTimer;
bool m_renameAccept;