|
|
@ -416,7 +416,6 @@ public class EastRegionContainerPane extends UIEastResizableContainer { |
|
|
|
private void updatePropertyItemMap() { |
|
|
|
private void updatePropertyItemMap() { |
|
|
|
for (PropertyItem item : propertyItemMap.values()) { |
|
|
|
for (PropertyItem item : propertyItemMap.values()) { |
|
|
|
item.updateStatus(); |
|
|
|
item.updateStatus(); |
|
|
|
//增加这个函数来修改名称,保证cpt的名称变为控件设置,frm还是组件设置
|
|
|
|
|
|
|
|
item.updateTitle(); |
|
|
|
item.updateTitle(); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|