Make treeview test parasite convert move drag enum type.

This commit is contained in:
Michael Drake 2013-08-16 20:03:18 +01:00
parent 15c1ad7eea
commit 7169b2fb01
1 changed files with 5 additions and 0 deletions

View File

@ -223,6 +223,11 @@ static void treeview_test_drag_status(struct core_window *cw,
case CORE_WINDOW_DRAG_SELECTION:
tree->drag = TREE_SELECT_DRAG;
break;
case CORE_WINDOW_DRAG_MOVE:
tree->drag = TREE_MOVE_DRAG;
break;
default:
break;
}