diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2024-06-23 18:07:32 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2024-06-23 18:07:32 +0200 |
| commit | 9c2d38fe3c636bd92c629a8264b863bff958096e (patch) | |
| tree | 5bc6eab383125874db5e082bde6eac82469a1fa7 | |
| parent | d5f7a3a68b9e19cbfc3eec342b37913ba6e4ce57 (diff) | |
Derive Fl_File_Chooser.cxx from Fl_File_Chooser.fl
| -rw-r--r-- | src/Fl_File_Chooser.cxx | 2 |
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(); |
