loleaflet/src/control/Control.LokDialog.js |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f062c73d40f0f0d899bdf3b6f35e681c3e045380
Author:     Michael Meeks <michael.me...@collabora.com>
AuthorDate: Thu Jul 4 00:03:19 2019 -0400
Commit:     Michael Meeks <michael.me...@collabora.com>
CommitDate: Fri Oct 4 14:42:39 2019 +0100

    correct mis-merge / calling _setupGestures incorrectly.
    
    cf. 963beecaec9
    
    Change-Id: Icf0abde12cbb8e543c764126990b3036ad3a5a95

diff --git a/loleaflet/src/control/Control.LokDialog.js 
b/loleaflet/src/control/Control.LokDialog.js
index 0eef1dbf1..f4850dbbf 100644
--- a/loleaflet/src/control/Control.LokDialog.js
+++ b/loleaflet/src/control/Control.LokDialog.js
@@ -508,7 +508,7 @@ L.Control.LokDialog = L.Control.extend({
 
                this._createDialogCursor(strId);
                this._setupWindowEvents(id, dialogCanvas/*, dlgInput*/);
-               this._setupGestures(id, dialogCanvas);
+               this._setupGestures(dialogContainer, id, dialogCanvas);
 
                this._currentId = id;
                this._sendPaintWindow(id, this._createRectStr(id));
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to