Fix Fl_Native_File_Chooser::filter_value()
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12363 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
60567b12ef
commit
879c4df5bd
@ -208,7 +208,7 @@ void Fl_Native_File_Chooser::filter_value(int i) {
|
||||
This is only valid if the chooser returns success.
|
||||
*/
|
||||
int Fl_Native_File_Chooser::filter_value() const {
|
||||
return platform_fnfc->filters();
|
||||
return platform_fnfc->filter_value();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user