From 3a7c9fe9781067075c38393b6599d8095a777483 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Mon, 23 Jan 2023 16:08:51 +0100 Subject: STR 2639 Fixes Fl_Pack resize behaviour FLUID cleanups FLUID Fl_Pack support improvement FLUID fix error in handling live mode resizables --- fltk-options/fltk-options.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'fltk-options/fltk-options.cxx') diff --git a/fltk-options/fltk-options.cxx b/fltk-options/fltk-options.cxx index 8107d9129..b0fe88669 100644 --- a/fltk-options/fltk-options.cxx +++ b/fltk-options/fltk-options.cxx @@ -615,6 +615,7 @@ void select_headline_cb(Fl_Widget*, void*) { } g_option_scroll->label("All Options"); } + g_option_scroll->scroll_to(-FO_SCROLL_W+Fl::box_dy(g_option_scroll->box()), 0); g_window->redraw(); } -- cgit v1.2.3