mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
hide cursor position
This commit is contained in:
parent
382b39a8a9
commit
6cc1f1285d
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue