Browse Source

show all children widgets

PHP-GTK3
yggverse 2 months ago
parent
commit
06a142d68f
  1. 2
      src/Entity/Browser/Container/Page/Content/Viewport.php

2
src/Entity/Browser/Container/Page/Content/Viewport.php

@ -48,6 +48,6 @@ class Viewport @@ -48,6 +48,6 @@ class Viewport
);
// Render
$this->gtk->show();
$this->gtk->show_all();
}
}
Loading…
Cancel
Save