STR 2639 Fixes Fl_Pack resize behaviour

FLUID cleanups
FLUID Fl_Pack support improvement
FLUID fix error in handling live mode resizables
This commit is contained in:
Matthias Melcher
2023-01-23 16:08:51 +01:00
parent 17467b48bd
commit 3a7c9fe978
8 changed files with 191 additions and 181 deletions

View File

@@ -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();
}