mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
git log tree: inside relative to absolute convertion: wire numbers shouldn't be converted (assertion fix)
This commit is contained in:
@@ -402,7 +402,8 @@ public class BigTableTableModel extends AbstractTableModel {
|
||||
|
||||
@Override
|
||||
public int[] getFutureWireStarts() {
|
||||
return arraysConvertor.convert(next.getFutureWireStarts());
|
||||
// these are wire numbers
|
||||
return next.getFutureWireStarts();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user