mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-26 06:25:16 +00:00
GUI: hovering over the triangle
This commit is contained in:
parent
d8d3d99b83
commit
02bddfb894
1 changed files with 0 additions and 1 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Reference in a new issue