Added ImGuiDockNodeFlags_AutoHideTabBar. (#2109)

This commit is contained in:
omar
2019-01-29 15:40:38 +01:00
parent 2ccc6d2ed1
commit 86d3bba157
4 changed files with 14 additions and 4 deletions

View File

@ -854,6 +854,7 @@ struct ImGuiDockNode
bool WantCloseAll :1; // Set when closing all tabs at once.
bool WantLockSizeOnce :1;
bool WantMouseMove :1; // After a node extraction we need to transition toward moving the newly created host window
bool WantHiddenTabBarUpdate :1;
bool WantHiddenTabBarToggle :1;
ImGuiDockNode(ImGuiID id);