Revision 650 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/gui/layout/Layout.java

View differences:

Layout.java
376 376

  
377 377
        for (int i = 0; i < getFFrames().size(); i++) {
378 378
            try {
379
				((IFFrame) getFFrames().get(i)).draw(g2, getAT(), null, null);
379
				((IFFrame) getFFrames().get(i)).print(g2, getAT());
380 380
			} catch (DriverIOException e) {
381 381
				e.printStackTrace();
382 382
			}

Also available in: Unified diff