Skip to content

Commit

Permalink
LinGui: make chapter list rows non-selectable
Browse files Browse the repository at this point in the history
I.e. do not highlight the entire row when clicked with the mouse
  • Loading branch information
jstebbins committed Jul 30, 2019
1 parent 69d6067 commit 2525747
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions gtk/src/ghb3.ui
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions gtk/src/ghb4.ui
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 2525747

Please sign in to comment.