GUI: hovering over the triangle

This commit is contained in:
tildearrow 2024-03-20 15:10:31 -05:00
parent d8d3d99b83
commit 02bddfb894

View file

@ -30,7 +30,6 @@ void FurnaceGUI::drawSysDefs(std::vector<FurnaceGUISysDef>& 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)) {