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 6fa1a7b commit 45dafefCopy full SHA for 45dafef
1 file changed
ImGuiFileDialog.cpp
@@ -647,6 +647,8 @@ namespace IGFD
647
{
648
if (!vTag.empty())
649
650
+ if (fileName_optimized == "..") return true;
651
+
652
return
653
fileName_optimized.find(vTag) != std::string::npos || // first try wihtout case and accents
654
fileName.find(vTag) != std::string::npos; // second if searched with case and accents
0 commit comments