mirror of
https://github.com/fltk/fltk.git
synced 2026-05-28 03:15:21 +08:00
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:
@@ -208,7 +208,7 @@ void Fl_Native_File_Chooser::filter_value(int i) {
|
|||||||
This is only valid if the chooser returns success.
|
This is only valid if the chooser returns success.
|
||||||
*/
|
*/
|
||||||
int Fl_Native_File_Chooser::filter_value() const {
|
int Fl_Native_File_Chooser::filter_value() const {
|
||||||
return platform_fnfc->filters();
|
return platform_fnfc->filter_value();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user