mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
removed focus settings of close_button
This commit is contained in:
parent
f859a08a5f
commit
0526ce3328
@ -2059,7 +2059,6 @@ class AlbumView(Gtk.Box):
|
||||
|
||||
# close button
|
||||
close_button=Gtk.Button(image=Gtk.Image.new_from_icon_name("go-previous-symbolic", Gtk.IconSize.BUTTON), halign=Gtk.Align.START)
|
||||
close_button.set_focus_on_click(False)
|
||||
|
||||
# connect
|
||||
self.connect("hide", lambda *args: print("test"))
|
||||
|
Loading…
Reference in New Issue
Block a user