mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-26 14:33:01 +00:00
oh i can change the label
This commit is contained in:
parent
f5220d7644
commit
a02a9287ab
1 changed files with 1 additions and 1 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Reference in a new issue