summaryrefslogtreecommitdiffstats
path: root/vncviewer/DesktopWindow.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vncviewer/DesktopWindow.cxx')
-rw-r--r--vncviewer/DesktopWindow.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/vncviewer/DesktopWindow.cxx b/vncviewer/DesktopWindow.cxx
index fecf6718..f35457d7 100644
--- a/vncviewer/DesktopWindow.cxx
+++ b/vncviewer/DesktopWindow.cxx
@@ -360,7 +360,8 @@ int DesktopWindow::handle(int event)
Fl::add_timeout(0.1, handleEdgeScroll, this);
}
}
- return 1;
+ // Continue processing so that the viewport also gets mouse events
+ break;
#endif
case FL_SHORTCUT: