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