Browse Source

hide cursor position

PHP-GTK3
yggverse 4 months ago
parent
commit
6cc1f1285d
  1. 4
      src/Entity/Browser/Container/Page/Content/Data.php

4
src/Entity/Browser/Container/Page/Content/Data.php

@ -35,6 +35,10 @@ class Data
true true
); );
$this->gtk->set_can_focus(
false
);
/* @TODO pending for PR #120 /* @TODO pending for PR #120
$this->gtk->set_line_wrap_mode( $this->gtk->set_line_wrap_mode(
\PangoWrapMode::WORD \PangoWrapMode::WORD

Loading…
Cancel
Save