mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-04 09:53:41 +00:00
Fixed: Starting a column drag is now faster. Fixed: When dragging a selected column, selection is now drawn on the dragging view and the cursor is the closed hand. Fixed: When dragging a table column, underlying columns were sliding according to the tracking location instead of the column lateral edges. Fixed: In CPTableView, the drop indicator for rows could appear when dragging a column. This commit creates directly the dragging column instead of relying on built-in drag&drop. Also fixes a bug where the drop indicator would appear when dragging a column if some rows were previously drag&dropped.