mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-11-26 04:30:38 +02:00
Match all files by default in the file dialog
Due to recent changes, it was displaying only files without extension.
This commit is contained in:
parent
6d44fb3a75
commit
5790740af6
@ -27,7 +27,7 @@ class FileDialog : public BrowseDialog {
|
|||||||
public:
|
public:
|
||||||
FileDialog(
|
FileDialog(
|
||||||
GMenu2X *gmenu2x, Touchscreen &ts, const std::string &text,
|
GMenu2X *gmenu2x, Touchscreen &ts, const std::string &text,
|
||||||
const std::string &filter="", const std::string &file="",
|
const std::string &filter="*", const std::string &file="",
|
||||||
const std::string &title = "File Dialog");
|
const std::string &title = "File Dialog");
|
||||||
virtual ~FileDialog();
|
virtual ~FileDialog();
|
||||||
bool exec();
|
bool exec();
|
||||||
|
Loading…
Reference in New Issue
Block a user