Skip to content

Commit

Permalink
Fix Fl_Native_File_Chooser::filter_value()
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12363 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
Manolo Gouy authored and Manolo Gouy committed Jul 28, 2017
1 parent 60567b1 commit 879c4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fl_Native_File_Chooser.cxx
Expand Up @@ -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();
}

/**
Expand Down

0 comments on commit 879c4df

Please sign in to comment.