Add comment.

This commit is contained in:
Michael Drake 2013-08-16 11:17:45 +01:00
parent 285fe734bc
commit 2dc8b64153
1 changed files with 1 additions and 0 deletions

View File

@ -1989,6 +1989,7 @@ void treeview_mouse_action(treeview *tree,
assert(tree != NULL);
assert(tree->root != NULL);
/* Handle selection drag end */
if (mouse == BROWSER_MOUSE_HOVER &&
tree->drag.type == TV_DRAG_SELECTION) {
treeview_commit_selection_drag(tree);