From 9c2d38fe3c636bd92c629a8264b863bff958096e Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Sun, 23 Jun 2024 18:07:32 +0200 Subject: Derive Fl_File_Chooser.cxx from Fl_File_Chooser.fl --- src/Fl_File_Chooser.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Fl_File_Chooser.cxx b/src/Fl_File_Chooser.cxx index 6c27c6c94..86c9c24cc 100644 --- a/src/Fl_File_Chooser.cxx +++ b/src/Fl_File_Chooser.cxx @@ -312,7 +312,7 @@ Fl_File_Chooser::Fl_File_Chooser(const char *pathname, const char *pattern, int callback_ = 0; data_ = 0; directory_[0] = 0; - window->size_range(window->w(), window->h(), Fl::w(), Fl::h()); + window->size_range(window->w(), window->h()); type(type_val); filter(pattern); update_favorites(); -- cgit v1.2.3