Browse Source

REPORT-30708 单元格配置框不跟随右侧配置按钮 格式调整

feature/big-screen
Henry.Wang 4 years ago
parent
commit
0832c60661
  1. 3
      designer-base/src/main/java/com/fr/design/mainframe/EastRegionContainerPane.java

3
designer-base/src/main/java/com/fr/design/mainframe/EastRegionContainerPane.java

@ -992,7 +992,6 @@ public class EastRegionContainerPane extends UIEastResizableContainer {
}
public void menuSelectionChanged(boolean isIncluded) {
System.out.println("qghdefwqe");
}
public Container getContentPane() {
@ -1025,7 +1024,7 @@ public class EastRegionContainerPane extends UIEastResizableContainer {
GUICoreUtils.showPopupMenu(currentPopupPane, currentButton, -currentPopupPane.getPreferredSize().width, 0);
}
}
给i他
/**
* @Description:清空currentPopupPane数据当切换模板时会调用这个函数
* @param

Loading…
Cancel
Save