Browse Source

Merge pull request #1407 in BA/design from ~MANGO/m_design:release/9.0 to release/9.0

* commit '4f0a3470834847732e499a3ddf33129240984add':
  修改部分超出弹出框的下拉选项不能点击bug
master
superman 7 years ago
parent
commit
c9fb029eab
  1. 2
      designer_chart/src/com/fr/plugin/chart/designer/component/format/VanChartFormatPaneWithCheckBox.java

2
designer_chart/src/com/fr/plugin/chart/designer/component/format/VanChartFormatPaneWithCheckBox.java

@ -93,7 +93,7 @@ public abstract class VanChartFormatPaneWithCheckBox extends JPanel{
}
Point comPoint = formatButton.getLocationOnScreen();
Point arrowPoint = new Point(comPoint.x +formatButton.getWidth() - 25, comPoint.y + formatButton.getHeight());
UIBubbleFloatPane<Style> pane = new UIBubbleFloatPane(Constants.LEFT, arrowPoint, formatPane, 258, 209) {
UIBubbleFloatPane<Style> pane = new UIBubbleFloatPane(Constants.LEFT, arrowPoint, formatPane, 258, 240) {
@Override
public void updateContentPane() {

Loading…
Cancel
Save