summaryrefslogtreecommitdiff
path: root/amiga/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/gui.c')
-rwxr-xr-xamiga/gui.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/amiga/gui.c b/amiga/gui.c
index bcd0c0365..92208bd6b 100755
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -1027,7 +1027,9 @@ void ami_handle_msg(void)
width=bbox->Width;
height=bbox->Height;
- if(gwin->mouse_state & BROWSER_MOUSE_DRAG_ON)
+ if(gwin->mouse_state & BROWSER_MOUSE_DRAG_ON &&
+ ((gwin->bw->drag_type == DRAGGING_SELECTION) ||
+ ami_autoscroll == TRUE))
{
int drag_x_move = 0, drag_y_move = 0;