diff --git a/src/gui/dataList.cpp b/src/gui/dataList.cpp index b7269fb28..e46070507 100644 --- a/src/gui/dataList.cpp +++ b/src/gui/dataList.cpp @@ -793,9 +793,11 @@ void FurnaceGUI::drawSampleList(bool asChild) { began=ImGui::Begin("Samples",&sampleListOpen,globalWinFlags); } if (began) { + pushAddColor(); if (ImGui::Button(ICON_FA_FILE "##SampleAdd")) { doAction(GUI_ACTION_SAMPLE_LIST_ADD); } + popAddColor(); if (ImGui::IsItemHovered()) { ImGui::SetTooltip("Add"); }