|
|
@ -274,7 +274,7 @@ public class CellStyleSettingPane extends BasicBeanPane<StyleMap> { |
|
|
|
|
|
|
|
|
|
|
|
public void removeStyle() { |
|
|
|
public void removeStyle() { |
|
|
|
int selectIndex = styleList.getSelectedIndex(); |
|
|
|
int selectIndex = styleList.getSelectedIndex(); |
|
|
|
styleList.remove(selectIndex); |
|
|
|
defaultListModel.remove(selectIndex); |
|
|
|
centerPane.remove(customStylePaneList.get(selectIndex)); |
|
|
|
centerPane.remove(customStylePaneList.get(selectIndex)); |
|
|
|
customStylePaneList.remove(selectIndex); |
|
|
|
customStylePaneList.remove(selectIndex); |
|
|
|
reset(); |
|
|
|
reset(); |
|
|
|