Browse Source

disable scroll to focus

CPP-GTK4
yggverse 2 months ago
parent
commit
2275be5f95
  1. 4
      src/app/browser/main/tab/page/content/text.cpp

4
src/app/browser/main/tab/page/content/text.cpp

@ -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…
Cancel
Save