Docking: Hidden tab-bar triangle reflects focus but using Button colors. (#2109)

This commit is contained in:
omar
2018-11-26 17:57:01 +01:00
parent 66cfbbff5e
commit 4a8efd7e68
2 changed files with 8 additions and 3 deletions

View File

@ -778,6 +778,7 @@ struct ImGuiDockNode
bool InitFromFirstWindowPosSize :1;
bool InitFromFirstWindowViewport :1;
bool IsVisible :1; // Set to false when the node is hidden (usually disabled as it has no active window)
bool IsFocused :1;
bool IsDockSpace :1; // Root node was created by a DockSpace() call.
bool IsCentralNode :1;
bool IsHiddenTabBar :1;