Browse Source

REPORT-4925 代码规范

master
plough 7 years ago
parent
commit
60fc8c4cab
  1. 1
      designer_base/src/com/fr/design/gui/controlpane/UIListControlPane.java

1
designer_base/src/com/fr/design/gui/controlpane/UIListControlPane.java

@ -583,6 +583,7 @@ public abstract class UIListControlPane extends UIControlPane {
UIListControlPane.this.nameableList.getCellEditor()
.stopCellEditing();
} catch (Exception ignored) {
// do nothing
}
// bug:在选中一个NameObject并删除,会遗留下Name.
doBeforeRemove();

Loading…
Cancel
Save