| commit | 43b6da327074d5b1438f5ab2efc245c178747cf2 | [log] [tgz] |
|---|---|---|
| author | Edwin Park <esp1@cornell.edu> | Mon Jun 03 11:59:37 2013 -0400 |
| committer | Edwin Park <esp1@cornell.edu> | Mon Jun 03 11:59:37 2013 -0400 |
| tree | fe7c0d271a9c84366fe806eeb7545156473bc758 | |
| parent | 75678fc662983186663227607e8eb922ffc65195 [diff] |
long segment positions
diff --git a/org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/core/layer/axis/impl/reorder/ReorderAxis.xtend b/org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/core/layer/axis/impl/reorder/ReorderAxis.xtend index c66471e..7bfe45e 100644 --- a/org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/core/layer/axis/impl/reorder/ReorderAxis.xtend +++ b/org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/core/layer/axis/impl/reorder/ReorderAxis.xtend
@@ -84,7 +84,7 @@ * @param fromSegmentPosition The segment position to move. * @param toSegmentPosition The new position to move the segment to. */ - def void reorderSegmentPosition(int fromSegmentPosition, int toSegmentPosition) { + def void reorderSegmentPosition(long fromSegmentPosition, long toSegmentPosition) { val segmentId = reorderedSegmentIds.get(fromSegmentPosition) reorderedSegmentIds.remove(segmentId)