You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Type a file name without extension (e.g. "test"), and click "Save" / press Enter.
Observe that the returned file name is "C:\path\to\file\test.c,cpp,cc".
Expected behaviour:
It should return "C:\path\to\file\test.c" (i.e. just the first extension) instead. Note that normal Windows behaviour seems to append the ".c" extension even if the filter dropdown is *.*, so we should stick to that.
Steps to reproduce:
test_savedialog.c
.*.*
.Expected behaviour:
It should return "C:\path\to\file\test.c" (i.e. just the first extension) instead. Note that normal Windows behaviour seems to append the ".c" extension even if the filter dropdown is
*.*
, so we should stick to that.Reference: mlabbe/nativefiledialog#101
The text was updated successfully, but these errors were encountered: