erdtree icon indicating copy to clipboard operation
erdtree copied to clipboard

Flat Layout Sorting Fix

Open siqpush opened this issue 2 years ago • 0 comments

#224

Issue Sort is displayed with respect to tree structure

Cause Flat Layouts (iflat, flat) are created downstream of their file tree build (sorting is done during the build).

Fix Have the tree build reflect a flat layout by only appending nodes to the root if the user specifies a flat layout. Sorting (if applicable) for flat layouts had to be moved out of multi-threaded section to ensure comparisons are made against the result of all threads.

Test Fix Flat tests to reflect new output

siqpush avatar Aug 06 '23 21:08 siqpush