mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
fixed '_on_back_to_current_song_button_clicked'
This commit is contained in:
parent
784a62cee2
commit
58bd394765
@ -2846,6 +2846,7 @@ class PlaylistWindow(Gtk.Box):
|
||||
self._scroll_to_selected_title()
|
||||
|
||||
def _on_back_to_current_song_button_clicked(self, *args):
|
||||
self._treeview.set_cursor(Gtk.TreePath(len(self._store)), None, False) # set to invalid TreePath (needed to unset cursor)
|
||||
for path, row in enumerate(self._store):
|
||||
if row[9] == Pango.Weight.BOLD:
|
||||
self._selection.select_path(path)
|
||||
|
Loading…
Reference in New Issue
Block a user