mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-10-30 20:51:06 +01:00 
			
		
		
		
	Docking: Hidden tab-bar triangle reflects focus but using Button colors. (#2109)
This commit is contained in:
		| @@ -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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user