Fix invisible unfullscreen button

This commit is contained in:
Rafostar
2020-09-12 19:28:17 +02:00
parent 6938f01433
commit 71c5454547
2 changed files with 2 additions and 1 deletions

View File

@@ -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()