We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1adc2ca commit 9330033Copy full SHA for 9330033
src/wx/widgets/styles/FileDialogStyle.hx
@@ -35,7 +35,7 @@ class FileDialogStyle {
35
#end
36
#if (wxWidgetsVersion >= version("3.1.3"))
37
/** Show hidden files */
38
- public static var SHOW_HIDDEN:Int = untyped __cpp__("wxDD_SHOW_HIDDEN");
+ public static var SHOW_HIDDEN:Int = untyped __cpp__("wxFD_SHOW_HIDDEN");
39
40
41
}
0 commit comments