AvaloniaUI / Avalonia.Controls.TreeDataGrid

A combined TreeView/DataGrid for Avalonia.
MIT License
266 stars 54 forks source link

Port RealizedStackElements fixes from Avalonia. #241

Closed grokys closed 9 months ago

grokys commented 10 months ago

Port fixes to RealizedStackElements from https://github.com/AvaloniaUI/Avalonia/pull/13795.

xLEGiON commented 10 months ago

Seems to be missing the fix that was made on line 344 of RealizedStackElements (changing "-" to "+"). Mentioned this in https://github.com/AvaloniaUI/Avalonia.Controls.TreeDataGrid/issues/184, but copying here too in case it gets missed.

grokys commented 9 months ago

Ah yes, looks like I missed that one. Force pushed a new commit with that change included.