mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +00:00
disable scroll to focus
This commit is contained in:
parent
5490952700
commit
2275be5f95
1 changed files with 4 additions and 0 deletions
|
|
@ -17,6 +17,10 @@ void Text::set_gemini(
|
||||||
NULL //Gtk::Adjustment::V
|
NULL //Gtk::Adjustment::V
|
||||||
);
|
);
|
||||||
|
|
||||||
|
viewport->set_scroll_to_focus(
|
||||||
|
false
|
||||||
|
);
|
||||||
|
|
||||||
viewport->set_child(
|
viewport->set_child(
|
||||||
* new text::Gemini( // @TODO manage
|
* new text::Gemini( // @TODO manage
|
||||||
GEMTEXT
|
GEMTEXT
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue