From 02bddfb89451d0f0ac26f280e34350daa626507e Mon Sep 17 00:00:00 2001 From: tildearrow Date: Wed, 20 Mar 2024 15:10:31 -0500 Subject: [PATCH] GUI: hovering over the triangle --- src/gui/newSong.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui/newSong.cpp b/src/gui/newSong.cpp index 341667bf6..3f89f86ed 100644 --- a/src/gui/newSong.cpp +++ b/src/gui/newSong.cpp @@ -30,7 +30,6 @@ void FurnaceGUI::drawSysDefs(std::vector& category, bool& acce ImGui::TableNextColumn(); if (!i.subDefs.empty()) { treeNode=ImGui::TreeNode("##TreeShit"); - if (ImGui::IsItemHovered()) isHovered=true; ImGui::SameLine(); } if (ImGui::Selectable(i.name,false,ImGuiSelectableFlags_DontClosePopups)) {