summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--desktop/treeview.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/desktop/treeview.c b/desktop/treeview.c
index 5b52db5f7..58857fbde 100644
--- a/desktop/treeview.c
+++ b/desktop/treeview.c
@@ -2030,8 +2030,12 @@ void treeview_mouse_action(treeview *tree,
tree->drag.section ==
TV_NODE_SECTION_NONE) {
tree->drag.type = TV_DRAG_SELECTION;
+ tree->cw_t->drag_status(tree->cw_h,
+ CORE_WINDOW_DRAG_SELECTION);
} else if (mouse & BROWSER_MOUSE_DRAG_2) {
tree->drag.type = TV_DRAG_SELECTION;
+ tree->cw_t->drag_status(tree->cw_h,
+ CORE_WINDOW_DRAG_SELECTION);
}
if (tree->drag.start_node != NULL &&