Browse Source

add show_all method to activate focus properly

PHP-GTK3
yggverse 4 months ago
parent
commit
1c7aa9448f
  1. 3
      src/Entity/Browser/Container/Tab/Page.php

3
src/Entity/Browser/Container/Tab/Page.php

@ -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…
Cancel
Save