Browse Source

REPORT-3163 合作开发9.0设计器=>交互验收=》弹出的属性面板被弹回后,其对应tab应为选中状态

master
plough 7 years ago
parent
commit
40832a88d3
  1. 2
      designer_base/src/com/fr/design/mainframe/EastRegionContainerPane.java

2
designer_base/src/com/fr/design/mainframe/EastRegionContainerPane.java

@ -689,6 +689,8 @@ public class EastRegionContainerPane extends UIEastResizableContainer {
popupDialog.setVisible(false);
initContentPane();
onResize();
propertyCard.show(rightPane, getName());
setTabButtonSelected();
refreshContainer();
}
}

Loading…
Cancel
Save