summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2024-06-23 18:07:32 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2024-06-23 18:07:32 +0200
commit9c2d38fe3c636bd92c629a8264b863bff958096e (patch)
tree5bc6eab383125874db5e082bde6eac82469a1fa7 /src
parentd5f7a3a68b9e19cbfc3eec342b37913ba6e4ce57 (diff)
Derive Fl_File_Chooser.cxx from Fl_File_Chooser.fl
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();