Add comment.
This commit is contained in:
parent
285fe734bc
commit
2dc8b64153
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue