|
|
|
@ -1208,7 +1208,7 @@ public class FormDesigner extends TargetComponent<Form> implements TreeSelection
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public XLayoutContainer getRootContainer(int y) { |
|
|
|
|
XLayoutContainer container = y < paraHeight - formArea.getVerticalValue() ? paraComponent : rootComponent; |
|
|
|
|
XLayoutContainer container = y < paraHeight - formArea.getVerticalValue() / scale ? paraComponent : rootComponent; |
|
|
|
|
if (container == null) { |
|
|
|
|
container = rootComponent; |
|
|
|
|
} |
|
|
|
|