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 <[email protected]> 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 <[email protected]> Tested-by: Andras Timar <[email protected]> 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); }, _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
