Browse Source

REPORT-4888 设计器交互修改

master
MoMeak 7 years ago
parent
commit
48be05117f
  1. 2
      designer/src/com/fr/poly/PolyDesigner.java

2
designer/src/com/fr/poly/PolyDesigner.java

@ -280,7 +280,7 @@ public class PolyDesigner extends ReportComponent<PolyWorkSheet, PolyElementCase
private void resetEditorComponentBounds() {
if (selection != null) {
// selection.setResolution(ScreenResolution.getScreenResolution());
selection.setResolution(ScreenResolution.getScreenResolution());
selection.getEditor().setBounds((int) (selection.getEditorBounds().x * time), (int) (selection.getEditorBounds().y * time),
(int) (selection.getEditorBounds().width * time), (int) (selection.getEditorBounds().height * time));
LayoutUtils.layoutRootContainer(this);

Loading…
Cancel
Save