From a8cdc653858c1435e0244f2d7185b8f6843830b6 Mon Sep 17 00:00:00 2001 From: aiekick Date: Sat, 14 Oct 2023 18:23:13 +0200 Subject: [PATCH] - --- 3rdparty/imgui | 2 +- ImGuiFileDialog | 2 +- tests/main.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/3rdparty/imgui b/3rdparty/imgui index b9ebb8e0..0b8c6b9b 160000 --- a/3rdparty/imgui +++ b/3rdparty/imgui @@ -1 +1 @@ -Subproject commit b9ebb8e06f9c6e254a718f5384a0ca438cbc4c12 +Subproject commit 0b8c6b9bcefd420ec0e59f0596f0190f6551fc10 diff --git a/ImGuiFileDialog b/ImGuiFileDialog index 8e5db9db..8371c861 160000 --- a/ImGuiFileDialog +++ b/ImGuiFileDialog @@ -1 +1 @@ -Subproject commit 8e5db9db7135c7cf6d5c2591b08006daed198c3a +Subproject commit 8371c8612ddfe9b23464ba9b02770ea046e81f98 diff --git a/tests/main.cpp b/tests/main.cpp index 52fc8236..16b9a77e 100644 --- a/tests/main.cpp +++ b/tests/main.cpp @@ -7,7 +7,7 @@ int main(int argc, char** argv) { return Test_ImGuiFileDialog(argv[1]) ? 0 : 1; } - return Test_ImGuiFileDialog("Test_IGFD_Utils_ReplaceString_3") ? 0 : 1; + return Test_ImGuiFileDialog("Test_IGFD_FileManager_Filtering_insensitive_case_1") ? 0 : 1; return 0; } \ No newline at end of file