mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 16:02:00 +02:00
Fix invisible unfullscreen button
This commit is contained in:
@@ -14,6 +14,8 @@ class BoxedIconButton extends Gtk.Button
|
||||
|
||||
this.box = new Gtk.Box();
|
||||
this.box.pack_start(this, false, false, 0);
|
||||
|
||||
super.show();
|
||||
}
|
||||
|
||||
get visible()
|
||||
|
Reference in New Issue
Block a user