diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_File_Chooser2.cxx | 1 | ||||
| -rw-r--r-- | src/Fl_Preferences.cxx | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_File_Chooser2.cxx b/src/Fl_File_Chooser2.cxx index 33b7e3f2e..93335dc89 100644 --- a/src/Fl_File_Chooser2.cxx +++ b/src/Fl_File_Chooser2.cxx @@ -727,6 +727,7 @@ Fl_File_Chooser::fileListCB() { // Hide the window - picked the file... window->hide(); + if (callback_) (*callback_)(this, data_); } } else diff --git a/src/Fl_Preferences.cxx b/src/Fl_Preferences.cxx index d8d3eaf10..f4c58be48 100644 --- a/src/Fl_Preferences.cxx +++ b/src/Fl_Preferences.cxx @@ -28,7 +28,6 @@ #include <FL/Fl.H> #include <FL/Fl_Preferences.H> #include <FL/Fl_Plugin.H> -#include <FL/Fl_Tree.H> #include <FL/filename.H> #include <stdio.h> |
