From 6cc1f1285df1c3bbf0c112ce8c327f34405003e3 Mon Sep 17 00:00:00 2001 From: yggverse Date: Tue, 9 Jul 2024 07:51:34 +0300 Subject: [PATCH] hide cursor position --- src/Entity/Browser/Container/Page/Content/Data.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Entity/Browser/Container/Page/Content/Data.php b/src/Entity/Browser/Container/Page/Content/Data.php index 0632e135..0d98d5db 100644 --- a/src/Entity/Browser/Container/Page/Content/Data.php +++ b/src/Entity/Browser/Container/Page/Content/Data.php @@ -35,6 +35,10 @@ class Data true ); + $this->gtk->set_can_focus( + false + ); + /* @TODO pending for PR #120 $this->gtk->set_line_wrap_mode( \PangoWrapMode::WORD