From 25257473d278907a84bbf31f0903213d786ca064 Mon Sep 17 00:00:00 2001 From: John Stebbins Date: Tue, 30 Jul 2019 14:54:10 -0700 Subject: [PATCH] LinGui: make chapter list rows non-selectable I.e. do not highlight the entire row when clicked with the mouse --- gtk/src/ghb3.ui | 1 + gtk/src/ghb4.ui | 1 + 2 files changed, 2 insertions(+) diff --git a/gtk/src/ghb3.ui b/gtk/src/ghb3.ui index 23436e4a2..eccd56efc 100644 --- a/gtk/src/ghb3.ui +++ b/gtk/src/ghb3.ui @@ -6435,6 +6435,7 @@ Only one subtitle track can be burned! Since conflicts can occur, the first chos True + none True GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK diff --git a/gtk/src/ghb4.ui b/gtk/src/ghb4.ui index b8975f351..a43645944 100644 --- a/gtk/src/ghb4.ui +++ b/gtk/src/ghb4.ui @@ -5474,6 +5474,7 @@ Only one subtitle track can be burned! Since conflicts can occur, the first chos True True + none -- 2.40.0