File dialog selects file in working directory over selected one
angryzor opened this issue · 2 comments
angryzor commented
When selecting a file with the same name as a file in the running application's current working directory, the check at
ImGuiFileDialog/ImGuiFileDialog.cpp
Line 2587 in 16fc5d6
filename
is an absolute path, and it will return the file from the application's working directory instead of the actually selected file.aiekick commented
just fixed