diff options
Diffstat (limited to 'fltk-options/fltk-options.cxx')
| -rw-r--r-- | fltk-options/fltk-options.cxx | 1 |
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(); } |
