[Libreoffice-commits] online.git: loleaflet/plugins
Pranav Kant
pranavk at libreoffice.org
Wed Jan 27 02:10:33 PST 2016
loleaflet/plugins/draw-0.2.4/src/edit/handler/Edit.Rectangle.js | 2 --
1 file changed, 2 deletions(-)
New commits:
commit b14e365704424a40266efa711ddc092c8b630eb3
Author: Pranav Kant <pranavk at libreoffice.org>
Date: Sat Jan 23 22:18:45 2016 +0530
tdf#94600: Do not reposition corner markers on 'dragend'
Change-Id: If67bdcae01e4e9de411e7ca3f54e5ef24e6c74ad
Reviewed-on: https://gerrit.libreoffice.org/21765
Reviewed-by: Andras Timar <andras.timar at collabora.com>
Tested-by: Andras Timar <andras.timar at collabora.com>
diff --git a/loleaflet/plugins/draw-0.2.4/src/edit/handler/Edit.Rectangle.js b/loleaflet/plugins/draw-0.2.4/src/edit/handler/Edit.Rectangle.js
index 4ce5a2e..446e29f 100644
--- a/loleaflet/plugins/draw-0.2.4/src/edit/handler/Edit.Rectangle.js
+++ b/loleaflet/plugins/draw-0.2.4/src/edit/handler/Edit.Rectangle.js
@@ -51,8 +51,6 @@ L.Edit.Rectangle = L.Edit.SimpleShape.extend({
this._toggleCornerMarkers(1);
- this._repositionCornerMarkers();
-
L.Edit.SimpleShape.prototype._onMarkerDragEnd.call(this, e);
},
More information about the Libreoffice-commits
mailing list