don-tnowe / godot-extra-controls

MIT License
88 stars 3 forks source link

Make InterpolatedFlowContainer vertical reordering behave same as horizontal #6

Open don-tnowe opened 3 months ago

don-tnowe commented 3 months ago

InterpolatedBox, as well as reordering within the same row in InterpolatedFlow, only moves the dragged node if its far edge goes past the next node's far edge. When reordering between rows, there is a clear border between two rows - node is sent to the higher row if above it, and lower row if below.

InterpolatedFlow drag-rearranging should behave consistently for both axes.