From 069276646a467a0d936fb148763685f5a917db5d Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Tue, 19 Jul 2005 13:14:18 +0000 Subject: Fixed button resizing issue in Fl_File_Chooser (STR #884) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4435 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_File_Chooser.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/Fl_File_Chooser.cxx b/src/Fl_File_Chooser.cxx index b47cde541..b3fb06d53 100644 --- a/src/Fl_File_Chooser.cxx +++ b/src/Fl_File_Chooser.cxx @@ -361,6 +361,7 @@ int w, h; okButton->measure_label(w, h); okButton->resize(cancelButton->x() - 50 - w, cancelButton->y(), w + 40, 25); +okButton->parent()->init_sizes(); } const char * Fl_File_Chooser::ok_label() { -- cgit v1.2.3