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