[Schmitzm-commits] r642 - branches/2.0-RC2/src/skrueger/geotools

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Jan 28 17:13:18 CET 2010


Author: alfonx
Date: 2010-01-28 17:13:18 +0100 (Thu, 28 Jan 2010)
New Revision: 642

Modified:
   branches/2.0-RC2/src/skrueger/geotools/XMapPaneMouseListener.java
Log:


Modified: branches/2.0-RC2/src/skrueger/geotools/XMapPaneMouseListener.java
===================================================================
--- branches/2.0-RC2/src/skrueger/geotools/XMapPaneMouseListener.java	2010-01-28 16:12:46 UTC (rev 641)
+++ branches/2.0-RC2/src/skrueger/geotools/XMapPaneMouseListener.java	2010-01-28 16:13:18 UTC (rev 642)
@@ -92,7 +92,7 @@
 
 		/** Call the XMapPaneAction */
 		if (startCoord != null && endCoord != null)
-			action.performDragging(xMapPane, mEv, dragStartPos, startCoord,
+			action.performDragging(xMapPane, mEv, dragStartPos, dragLastPos, startCoord,
 					endCoord);
 	}
 
@@ -143,7 +143,7 @@
 		if (endCoord == null)
 			return;
 
-		action.performDragged(xMapPane, mEv, dragStartPos, getDragStartCoord(),
+		action.performDragged(xMapPane, mEv, dragStartPos, dragLastPos, getDragStartCoord(),
 				endCoord);
 	}
 



More information about the Schmitzm-commits mailing list