]> granicus.if.org Git - handbrake/commitdiff
LinGui: make chapter list rows non-selectable
authorJohn Stebbins <jstebbins.hb@gmail.com>
Tue, 30 Jul 2019 21:54:10 +0000 (14:54 -0700)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Tue, 30 Jul 2019 21:54:10 +0000 (14:54 -0700)
I.e. do not highlight the entire row when clicked with the mouse

gtk/src/ghb3.ui
gtk/src/ghb4.ui

index 23436e4a244396c922c868e0a4e697598546e752..eccd56efc3aa23581cd447be044cfc99bd2ffc8d 100644 (file)
@@ -6435,6 +6435,7 @@ Only one subtitle track can be burned! Since conflicts can occur, the first chos
                         <child>
                           <object class="GtkListBox" id="chapters_list">
                             <property name="visible">True</property>
+                            <property name="selection-mode">none</property>
                             <property name="can_focus">True</property>
                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
                           </object>
index b8975f3511b5c830c0114097e5c95cb13a0ca250..a43645944b0afb77f4873947645845af4e796cc6 100644 (file)
@@ -5474,6 +5474,7 @@ Only one subtitle track can be burned! Since conflicts can occur, the first chos
                               <object class="GtkListBox" id="chapters_list">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
+                                <property name="selection-mode">none</property>
                               </object>
                             </child>
                           </object>