From a02a9287abd81194ac53e9161262b3c61e6dff6b Mon Sep 17 00:00:00 2001 From: Eknous-P Date: Sat, 3 Feb 2024 23:40:13 +0400 Subject: [PATCH] oh i can change the label --- src/gui/effectList.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/effectList.cpp b/src/gui/effectList.cpp index af531580a..7f8ecd40c 100644 --- a/src/gui/effectList.cpp +++ b/src/gui/effectList.cpp @@ -18,7 +18,7 @@ void FurnaceGUI::drawEffectList() { ImGui::TextWrapped("Chip at cursor: %s",e->getSystemName(e->sysOfChan[cursor.xCoarse])); ImGui::PopTextWrapPos(); } - effectSearch.Draw(); + effectSearch.Draw("Search"); ImGui::SameLine(); ImGui::Button(ICON_FA_BARS "##SortEffects"); if (ImGui::BeginPopupContextItem("effectSort",ImGuiPopupFlags_MouseButtonLeft)) {