|
|
|
@ -179,11 +179,13 @@ public class NewJForm extends JForm {
|
|
|
|
|
FRFitLayoutAdapter layoutAdapter = (FRFitLayoutAdapter) adapter; |
|
|
|
|
layoutAdapter.setEdit(true); |
|
|
|
|
layoutAdapter.calculateBounds(backupBounds, xwTitleLayout.getBounds(), xwTitleLayout, row, difference); |
|
|
|
|
} |
|
|
|
|
} else { |
|
|
|
|
XLayoutContainer parent = XCreatorUtils.getParentXLayoutContainer(xwTitleLayout); |
|
|
|
|
if (parent != null && parent.toData() != null) { |
|
|
|
|
parent.toData().setBounds(xwTitleLayout.toData(), xwTitleLayout.getBounds()); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|