show all children widgets

This commit is contained in:
yggverse 2024-07-18 17:15:47 +03:00
parent a0dfd10b8c
commit 06a142d68f

View file

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