mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
add show_all method to activate focus properly
This commit is contained in:
parent
ccc704ad8b
commit
1c7aa9448f
1 changed files with 3 additions and 0 deletions
|
|
@ -67,6 +67,9 @@ class Page
|
|||
$this->gtk->add(
|
||||
$this->statusbar->gtk
|
||||
);
|
||||
|
||||
// Render
|
||||
$this->gtk->show_all();
|
||||
}
|
||||
|
||||
public function refresh(): void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue