remove updating row number column size (#3756)

This commit is contained in:
Anthony Dresser
2019-01-22 14:37:59 -08:00
committed by GitHub
parent eb0b2a847b
commit d5176e0eb7
2 changed files with 2 additions and 13 deletions

View File

@@ -653,7 +653,6 @@ class GridTable<T> extends Disposable implements IView {
this.dataProvider.length = resultSet.rowCount;
this.table.updateRowCount();
}
this.rowNumberColumn.updateRowCount(resultSet.rowCount);
this._onDidChange.fire();
}