Skip to content

Commit

Permalink
Fixes #13 - FilterNatCombo increases width on select all
Browse files Browse the repository at this point in the history
Remove the resize listener to avoid too many width calculations.

Signed-off-by: Dirk Fauth <[email protected]>
  • Loading branch information
fipro78 committed Nov 6, 2023
1 parent f16f7be commit dad6c01
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
17 changes: 0 additions & 17 deletions org.eclipse.nebula.widgets.nattable.core/.settings/.api_filters

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,6 @@ protected void createDropdownControl(int style) {

// add a column to be able to resize the item width in the dropdown
new TableColumn(this.selectAllItemViewer.getTable(), SWT.NONE);
this.selectAllItemViewer.getTable().addListener(SWT.Resize, event -> calculateColumnWidth());

FormData data = new FormData();
if (this.showDropdownFilter) {
Expand Down

0 comments on commit dad6c01

Please sign in to comment.