From d3c619ec2f88d8c1afc52e3b0140d5b12d4906ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20Dub=C3=A9?= Date: Wed, 15 Jan 2025 12:46:47 +0000 Subject: [PATCH] Fix ImgUI red boxes (#4869) Invisible buttons needed unique IDs --- soh/soh/Enhancements/randomizer/randomizer_check_tracker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soh/soh/Enhancements/randomizer/randomizer_check_tracker.cpp b/soh/soh/Enhancements/randomizer/randomizer_check_tracker.cpp index c65c3c00d..285bd0065 100644 --- a/soh/soh/Enhancements/randomizer/randomizer_check_tracker.cpp +++ b/soh/soh/Enhancements/randomizer/randomizer_check_tracker.cpp @@ -1546,7 +1546,7 @@ void DrawLocation(RandomizerCheck rc) { SaveManager::Instance->SaveSection(gSaveContext.fileNum, sectionId, true); } } else { - ImGui::InvisibleButton("", ImVec2(20.0f, 10.0f)); + ImGui::Dummy(ImVec2(20.0f, 10.0f)); } ImGui::SameLine();