summaryrefslogtreecommitdiff
path: root/fltk-options/fltk-options.cxx
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2023-01-23 16:08:51 +0100
committerMatthias Melcher <github@matthiasm.com>2023-01-23 16:08:59 +0100
commit3a7c9fe9781067075c38393b6599d8095a777483 (patch)
treeb20488c4d93cf491a5761ee2dbd1328aebe4c312 /fltk-options/fltk-options.cxx
parent17467b48bdf540cc7fc8d7cbc814a788210f8693 (diff)
STR 2639 Fixes Fl_Pack resize behaviour
FLUID cleanups FLUID Fl_Pack support improvement FLUID fix error in handling live mode resizables
Diffstat (limited to 'fltk-options/fltk-options.cxx')
-rw-r--r--fltk-options/fltk-options.cxx1
1 files changed, 1 insertions, 0 deletions
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();
}