mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +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
|
||||
);
|
||||
|
||||
viewport->set_scroll_to_focus(
|
||||
false
|
||||
);
|
||||
|
||||
viewport->set_child(
|
||||
* new text::Gemini( // @TODO manage
|
||||
GEMTEXT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue