|
|
@ -193,7 +193,9 @@ public class ZoomPane extends BasicBeanPane<ZoomAttribute> { |
|
|
|
rightFormulaPane.populateBean(ob.getRight().getContent()); |
|
|
|
rightFormulaPane.populateBean(ob.getRight().getContent()); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (selectionZoomGroup != null) { |
|
|
|
selectionZoomGroup.setSelectedItem(ob.isSelectionZoom()); |
|
|
|
selectionZoomGroup.setSelectedItem(ob.isSelectionZoom()); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
checkInitialDisplayCardPane(); |
|
|
|
checkInitialDisplayCardPane(); |
|
|
|
checkCustomModePane(); |
|
|
|
checkCustomModePane(); |
|
|
@ -212,7 +214,9 @@ public class ZoomPane extends BasicBeanPane<ZoomAttribute> { |
|
|
|
zoomAttribute.setLeft(new StringFormula(leftFormulaPane.updateBean())); |
|
|
|
zoomAttribute.setLeft(new StringFormula(leftFormulaPane.updateBean())); |
|
|
|
zoomAttribute.setRight(new StringFormula(rightFormulaPane.updateBean())); |
|
|
|
zoomAttribute.setRight(new StringFormula(rightFormulaPane.updateBean())); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (selectionZoomGroup != null) { |
|
|
|
zoomAttribute.setSelectionZoom(selectionZoomGroup.getSelectedItem()); |
|
|
|
zoomAttribute.setSelectionZoom(selectionZoomGroup.getSelectedItem()); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
return zoomAttribute; |
|
|
|
return zoomAttribute; |
|
|
|
} |
|
|
|
} |
|
|
|