mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-13 06:01:21 +00:00
add show_all method to activate focus properly
This commit is contained in:
parent
ccc704ad8b
commit
1c7aa9448f
@ -67,6 +67,9 @@ class Page
|
||||
$this->gtk->add(
|
||||
$this->statusbar->gtk
|
||||
);
|
||||
|
||||
// Render
|
||||
$this->gtk->show_all();
|
||||
}
|
||||
|
||||
public function refresh(): void
|
||||
|
Loading…
x
Reference in New Issue
Block a user