actually use the flags parameter in TreeNodeEx

internals
David Pethes 8 years ago
parent 7497786866
commit d4f4833401
  1. 2
      src/ImGui.NET/ImGui.cs

@ -1069,7 +1069,7 @@ namespace ImGuiNET
public static bool TreeNodeEx(string label, TreeNodeFlags flags = 0) public static bool TreeNodeEx(string label, TreeNodeFlags flags = 0)
{ {
return ImGuiNative.igTreeNodeEx(label); return ImGuiNative.igTreeNodeEx(label, flags);
} }
public static void TreePop() public static void TreePop()

Loading…
Cancel
Save