diff options
Diffstat (limited to 'src/Fl_File_Chooser.fl')
| -rw-r--r-- | src/Fl_File_Chooser.fl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Fl_File_Chooser.fl b/src/Fl_File_Chooser.fl index 7e52e1912..7284b8984 100644 --- a/src/Fl_File_Chooser.fl +++ b/src/Fl_File_Chooser.fl @@ -285,7 +285,8 @@ showChoiceCB();} {} int w, h; okButton->measure_label(w, h); okButton->resize(cancelButton->x() - 50 - w, cancelButton->y(), - w + 40, 25);} {} + w + 40, 25); +okButton->parent()->init_sizes();} {} } Function {ok_label()} {return_type {const char *} } { |
