[ka-Map-users] kaTool and scrollbar: patch of the patch

Pg pg.navone at gmail.com
Wed May 3 11:29:22 EDT 2006


There is a small error in kaTool CVS revision 1.28.

This is the patch:

Index: kaTool.js
===================================================================
--- kaTool.js	(revision 60)
+++ kaTool.js	(working copy)
@@ -414,8 +414,8 @@

     this.kaMap.checkWrap.apply(this.kaMap, []);

-    this.lastx=e.clientX;
-    this.lasty=e.clientY;
+    this.lastx=x;
+    this.lasty=y;
     return false;
 };



More information about the ka-Map-users mailing list