summaryrefslogtreecommitdiff
path: root/src/Fl_File_Chooser.fl
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2005-08-29 21:27:48 +0000
committerMatthias Melcher <fltk@matthiasm.com>2005-08-29 21:27:48 +0000
commite3ae7738429b58499b6f9993e0ecedc9f449120a (patch)
tree4b3edb858d40203e637bc6db2e795aa36b929920 /src/Fl_File_Chooser.fl
parentdc6357bf1a271595b68542b5fa881b518e3a1690 (diff)
Re-Fixed STR 884. I did put the change into the FLUID file, but accidentally into the wrong line, where it got lost.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4552 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_File_Chooser.fl')
-rw-r--r--src/Fl_File_Chooser.fl3
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 *}
} {