Revision 5491 trunk/extensions/extGeoreferencing/src/org/gvsig/georeferencing/gui/panels/ZoomControlPanel.java

View differences:

ZoomControlPanel.java
570 570
			        if(zoomControl.getDialog().isEnlarge()){
571 571
			        	if(zoomControl.getNumberPoint() != -1){
572 572
					       	draw(null, (Graphics2D) dbGraphics, newViewPort,cancellable ,flayers.getFMap().getScaleView());
573
					       	zoomControl.getLyrPoints().draw(null, (Graphics2D) dbGraphics, newViewPort, cancellable, flayers.getFMap().getScaleView());
573
					       	if(zoomControl.isRightControl())
574
					       		zoomControl.getLyrPoints().drawPixelCrux((Graphics2D) dbGraphics, newViewPort, cancellable);
575
					       	else
576
					       		zoomControl.getLyrPoints().drawMapCrux((Graphics2D) dbGraphics, newViewPort, cancellable);
574 577
			        	}
575 578
			        }
576 579
			        	
577 580
			        draw(null, gTmp, newViewPort, cancellable, flayers.getFMap().getScaleView());
578
			    	zoomControl.getLyrPoints().draw(null, gTmp, newViewPort, cancellable, flayers.getFMap().getScaleView());
581
			    	if(zoomControl.isRightControl())
582
			    		zoomControl.getLyrPoints().drawPixelCrux(gTmp, newViewPort, cancellable);
583
			    	else
584
			       		zoomControl.getLyrPoints().drawMapCrux(gTmp, newViewPort, cancellable);
579 585
			       	
580 586
			       
581 587
			       }

Also available in: Unified diff