Revision 109 trunk/libraries/libCq CMS for java.old/src/org/cresques/ui/cmd/CmdZoom.java

View differences:

CmdZoom.java
5 5
import java.awt.event.MouseEvent;
6 6

  
7 7
import org.cresques.px.Extent;
8
import org.cresques.ui.CQCursor;
8 9
import org.cresques.ui.CQMapCanvas;
9 10

  
10 11
/**
......
24 25
	public CmdZoom(CQMapCanvas canvas) {
25 26
		super(canvas);
26 27
		eventsWanted = (LEFT | RIGHT | PRESS | RELEASE | DRAG);
28
		cursor = CQCursor.getCursor(CQCursor.ZOOMIN_CURSOR);
29

  
27 30
	}
28 31
	
29 32
	/**

Also available in: Unified diff