Skip to content

Commit 0eb21f1

Browse files
committed
[FIX] hide column width adjustment actions on erroneous content
1 parent b23ea20 commit 0eb21f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/net/seesharpsoft/intellij/plugins/csv/editor/table/swing/CsvTableEditorSwing.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,8 @@ protected void updateInteractionElements() {
320320
lblTextlines.setVisible(!hasErrors());
321321
comboRowHeight.setVisible(!hasErrors());
322322
cbFixedHeaders.setVisible(!hasErrors());
323+
lnkAdjustColumnWidth.setVisible(!hasErrors());
324+
cbAutoColumnWidthOnOpen.setVisible(!hasErrors());
323325

324326
this.removeTableChangeListener();
325327
this.applyTableChangeListener();

0 commit comments

Comments
 (0)