From 382b39a8a95e6e016f85abce6822c6f6b01edb25 Mon Sep 17 00:00:00 2001 From: yggverse Date: Tue, 9 Jul 2024 06:20:26 +0300 Subject: [PATCH] enable set_line_wrap, draft set_line_wrap_mode --- src/Entity/Browser/Container/Page/Content/Data.php | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/Entity/Browser/Container/Page/Content/Data.php b/src/Entity/Browser/Container/Page/Content/Data.php index 1003f03e..0632e135 100644 --- a/src/Entity/Browser/Container/Page/Content/Data.php +++ b/src/Entity/Browser/Container/Page/Content/Data.php @@ -31,16 +31,14 @@ class Data true ); - /* $this->gtk->set_line_wrap( true ); + /* @TODO pending for PR #120 $this->gtk->set_line_wrap_mode( - @TODO #114 - \GtkWrapMode::WORD - ); - */ + \PangoWrapMode::WORD + );*/ $this->gtk->set_track_visited_links( true