From 5e0909c19f267b4023131881fac89c58a2a17453 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Wilmet?= Date: Wed, 11 Sep 2019 11:34:10 +0200 Subject: [PATCH] ViewFrame: disable overlay scrolling for the GtkScrolledWindow The overlay scrollbars get in the way when trying to place the text cursor with the mouse. The problem occurs with both the right-side scrollbar and the bottom scrollbar. It's especially annoying when text wrapping is disabled, to place the cursor at the last line. An ugly workaround was to place the cursor at a different character, then move the cursor with the keyboard. It's a GTK regression that was never properly fixed in gedit. --- gedit/resources/ui/gedit-view-frame.ui | 1 + 1 file changed, 1 insertion(+) diff --git a/gedit/resources/ui/gedit-view-frame.ui b/gedit/resources/ui/gedit-view-frame.ui index 660f7b10e..fb4e4ee89 100644 --- a/gedit/resources/ui/gedit-view-frame.ui +++ b/gedit/resources/ui/gedit-view-frame.ui @@ -14,6 +14,7 @@ True True True + False True -- GitLab