From 1c7aa9448f760d2682b9778f11537481950f0b33 Mon Sep 17 00:00:00 2001 From: yggverse Date: Sat, 6 Jul 2024 17:28:38 +0300 Subject: [PATCH] add show_all method to activate focus properly --- src/Entity/Browser/Container/Tab/Page.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Entity/Browser/Container/Tab/Page.php b/src/Entity/Browser/Container/Tab/Page.php index f4178f8c..2b70a7f2 100644 --- a/src/Entity/Browser/Container/Tab/Page.php +++ b/src/Entity/Browser/Container/Tab/Page.php @@ -67,6 +67,9 @@ class Page $this->gtk->add( $this->statusbar->gtk ); + + // Render + $this->gtk->show_all(); } public function refresh(): void