aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--gtk/ScintillaGTK.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/ScintillaGTK.cxx b/gtk/ScintillaGTK.cxx
index fc51ed9d6..b7c4b2155 100644
--- a/gtk/ScintillaGTK.cxx
+++ b/gtk/ScintillaGTK.cxx
@@ -1195,7 +1195,7 @@ gint ScintillaGTK::PressThis(GdkEventButton *event) {
else
SetAdjustmentValue(adjustmentv, topLine + 3);
}
- return FALSE;
+ return TRUE;
}
gint ScintillaGTK::Press(GtkWidget *widget, GdkEventButton *event) {