From d018aca37c8b822f25fccef5b68b7f72bc15c790 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Wed, 27 Mar 2019 21:35:55 +0100 Subject: Call to Fl_Group::init_sizes() needed after resize of widgets. --- src/fl_ask.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/fl_ask.cxx') diff --git a/src/fl_ask.cxx b/src/fl_ask.cxx index 205efee24..4825ef739 100644 --- a/src/fl_ask.cxx +++ b/src/fl_ask.cxx @@ -196,6 +196,7 @@ static void resizeform() { // button[i]->w(), button[i]->h(), // button[i]->x(), button[i]->y()); } + message_form->init_sizes(); } static int innards(const char* fmt, va_list ap, -- cgit v1.2.3