mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
added workaround for Gtk bug
This commit is contained in:
parent
e328a48af0
commit
aacf27ccb0
@ -2736,6 +2736,7 @@ class PlaylistWindow(Gtk.Overlay):
|
||||
if self._treeview.get_property("selected-path") is not None:
|
||||
self._treeview.get_selection().select_path(self._treeview.get_property("selected-path"))
|
||||
self._treeview.scroll_to_selected_title()
|
||||
self._back_button_revealer.set_reveal_child(False) # workaround for Gtk bug in _on_show_hide_back_button
|
||||
|
||||
####################
|
||||
# cover and lyrics #
|
||||
|
Loading…
Reference in New Issue
Block a user