summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Fl_File_Chooser.cxx2
1 files changed, 1 insertions, 1 deletions
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();