mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-13 06:01:21 +00:00
disable scroll to focus
This commit is contained in:
parent
5490952700
commit
2275be5f95
@ -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…
x
Reference in New Issue
Block a user