Revision 21358 branches/v2_0_0_prep/applications/appgvSIG/src/com/iver/cit/gvsig/project/documents/layout/gui/dialogs/FBorderDialog.java

View differences:

FBorderDialog.java
634 634
							fframegraphics.setBoundBox(re);
635 635
							if (symbol!=null)
636 636
								fframegraphics.setFSymbol(symbol);
637
							layout.getLayoutContext().getEFS().startComplex();
637
							layout.getLayoutContext().getFrameCommandsRecord().startComplex();
638 638
							layout.getLayoutContext().addFFrame(fframegraphics, false,true);
639 639
							flg.grouping();
640
							layout.getLayoutContext().getEFS().endComplex(PluginServices.getText(this,"group_graphic_line"));
640
							layout.getLayoutContext().getFrameCommandsRecord().endComplex(PluginServices.getText(this,"group_graphic_line"));
641 641

  
642 642
						}
643 643

  

Also available in: Unified diff