mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45: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->gtk->add(
|
||||||
$this->statusbar->gtk
|
$this->statusbar->gtk
|
||||||
);
|
);
|
||||||
|
|
||||||
|
// Render
|
||||||
|
$this->gtk->show_all();
|
||||||
}
|
}
|
||||||
|
|
||||||
public function refresh(): void
|
public function refresh(): void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue