add show_all method to activate focus properly

This commit is contained in:
yggverse 2024-07-06 17:28:38 +03:00
parent ccc704ad8b
commit 1c7aa9448f

View File

@ -67,6 +67,9 @@ class Page
$this->gtk->add(
$this->statusbar->gtk
);
// Render
$this->gtk->show_all();
}
public function refresh(): void