mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-10-31 21:21:06 +01:00 
			
		
		
		
	Tables: (Breaking change) Sorting: Made it users responsability to clear SpecsDirty back to false, so TableGetSortSpecs() doesn't have side-effect any more. + comments
This commit is contained in:
		| @@ -2033,7 +2033,6 @@ struct ImGuiTable | ||||
|     bool                        IsInsideRow;                // Set when inside TableBeginRow()/TableEndRow(). | ||||
|     bool                        IsInitializing; | ||||
|     bool                        IsSortSpecsDirty; | ||||
|     bool                        IsSortSpecsChangedForUser;  // Reported to end-user via TableGetSortSpecs()->SpecsChanged and then clear. | ||||
|     bool                        IsUsingHeaders;             // Set when the first row had the ImGuiTableRowFlags_Headers flag. | ||||
|     bool                        IsContextPopupOpen;         // Set when default context menu is open (also see: ContextPopupColumn, InstanceInteracted). | ||||
|     bool                        IsSettingsRequestLoad; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user