|
|
@ -195,6 +195,8 @@ public class CellStyleListEditPane extends JListControlPane { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public ThemedCellStyleList updateBean() { |
|
|
|
public ThemedCellStyleList updateBean() { |
|
|
|
|
|
|
|
nameableList.stopEditing(); |
|
|
|
|
|
|
|
|
|
|
|
Nameable[] nameables = this.update(); |
|
|
|
Nameable[] nameables = this.update(); |
|
|
|
ThemedCellStyleList styleConfig = new ThemedCellStyleList(); |
|
|
|
ThemedCellStyleList styleConfig = new ThemedCellStyleList(); |
|
|
|
for (Nameable nameable : nameables) { |
|
|
|
for (Nameable nameable : nameables) { |
|
|
|