From 17fa9491527174decd18b083ede1ba5389da1f2b Mon Sep 17 00:00:00 2001 From: tildearrow Date: Sat, 28 Oct 2023 19:34:28 -0500 Subject: [PATCH] GUI: make change button explicit in chip manager --- src/gui/sysManager.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/gui/sysManager.cpp b/src/gui/sysManager.cpp index 80f9c001a..07741e44c 100644 --- a/src/gui/sysManager.cpp +++ b/src/gui/sysManager.cpp @@ -83,10 +83,7 @@ void FurnaceGUI::drawSysManager() { ImGui::TreePop(); } ImGui::TableNextColumn(); - ImGui::Button(ICON_FA_CHEVRON_DOWN "##SysChange"); - if (ImGui::IsItemHovered()) { - ImGui::SetTooltip("Change"); - } + ImGui::Button("Change##SysChange"); if (ImGui::BeginPopupContextItem("SysPickerC",ImGuiPopupFlags_MouseButtonLeft)) { DivSystem picked=systemPicker(); if (picked!=DIV_SYSTEM_NULL) {