Skip to content

Commit 4b69d85

Browse files
committed
Fixed issue where tables were refreshing on data change
1 parent ab7ef65 commit 4b69d85

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

base/uk.ac.stfc.isis.ibex.ui/src/uk/ac/stfc/isis/ibex/ui/tables/DataboundTable.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -440,14 +440,6 @@ public TableViewerColumn createColumn(String title, int widthWeighting, boolean
440440
new ColumnWeightData(widthWeighting, MIN_TABLE_COLUMN_WIDTH, resizable));
441441
col.setResizable(resizable);
442442
tableColumn.setLabelProvider(cellProvider);
443-
cellProvider.addListener(new ILabelProviderListener() {
444-
445-
@Override
446-
public void labelProviderChanged(LabelProviderChangedEvent event) {
447-
// Refreshes the table so that it is resorted
448-
viewer.refresh(false);
449-
}
450-
});
451443
return tableColumn;
452444
}
453445

0 commit comments

Comments
 (0)