Input profile selection does not display hidden folders on Windows, fixes #4475
This commit is contained in:
@@ -297,6 +297,10 @@ ICMPanel::ICMPanel () : FoldableToolPanel(this, "icm", M("TP_ICM_LABEL")), iunch
|
||||
ipDialog->add_filter (filter_icc);
|
||||
ipDialog->add_filter (filter_iccdng);
|
||||
ipDialog->add_filter (filter_any);
|
||||
#ifdef WIN32
|
||||
ipDialog->set_show_hidden(true); // ProgramData is hidden on Windows
|
||||
#endif
|
||||
|
||||
|
||||
oldip = "";
|
||||
|
||||
|
Reference in New Issue
Block a user