mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +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
|
||||
);
|
||||
|
||||
$this->gtk->set_can_focus(
|
||||
false
|
||||
);
|
||||
|
||||
/* @TODO pending for PR #120
|
||||
$this->gtk->set_line_wrap_mode(
|
||||
\PangoWrapMode::WORD
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue