summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--amiga/tree.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/amiga/tree.c b/amiga/tree.c
index a145277fc..42eae4fa6 100644
--- a/amiga/tree.c
+++ b/amiga/tree.c
@@ -822,8 +822,7 @@ BOOL ami_tree_event(struct treeview_window *twin)
((twin->win->MouseY - (bbox->Top + bbox->Height)) < AMI_DRAG_THRESHOLD))
drag_y_move = twin->win->MouseY - (bbox->Top + bbox->Height);
- tree_mouse_action(twin->tree,
- twin->mouse_state | twin->key_state, x, y);
+ tree_mouse_action(twin->tree, twin->mouse_state | twin->key_state, x, y);
}
if((x >= xs) && (y >= ys) && (x < bbox->Width + xs) &&