Revision 1245 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/MapControl.java

View differences:

MapControl.java
414 414
		public void run() {
415 415
			try {
416 416
				synchronized (Drawer.class) {
417
				    // Lo he movido antes del mapContext
418
				    timer.stop();
419
				    
420 417
					mapContext.draw(image, (Graphics2D) image.getGraphics(),
421 418
						cancel);
422
					
419

  
420
				    timer.stop();
423 421
					isCancelled = true;
424 422
					repaint();
425 423
				}

Also available in: Unified diff