mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
fixed back_to_album
This commit is contained in:
parent
8d677e8453
commit
5c2cc71fb3
@ -2021,6 +2021,7 @@ class Browser(Gtk.Box):
|
|||||||
self.artist_view.highlight_selected()
|
self.artist_view.highlight_selected()
|
||||||
break
|
break
|
||||||
else:
|
else:
|
||||||
|
self.search_button.set_active(False)
|
||||||
self.artist_view.treeview.set_cursor(Gtk.TreePath(0), None, False) #set cursor to 'all artists'
|
self.artist_view.treeview.set_cursor(Gtk.TreePath(0), None, False) #set cursor to 'all artists'
|
||||||
self.album_view.scroll_to_selected_album()
|
self.album_view.scroll_to_selected_album()
|
||||||
except:
|
except:
|
||||||
|
Loading…
Reference in New Issue
Block a user