From 939f6b836d2de1ae7c23ead4a777cafe286957f9 Mon Sep 17 00:00:00 2001 From: Ashod Nakashian Date: Sat, 17 Nov 2018 15:05:50 -0500 Subject: [PATCH] leaflet: dialog sendPaintWindow -> sendPaintWindowRect Change-Id: I5a751b6aa5e290d5f1292c70e52bef954f99ff57 --- loleaflet/src/control/Control.LokDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loleaflet/src/control/Control.LokDialog.js b/loleaflet/src/control/Control.LokDialog.js index f9187e0fc..464680a64 100644 --- a/loleaflet/src/control/Control.LokDialog.js +++ b/loleaflet/src/control/Control.LokDialog.js @@ -105,7 +105,7 @@ L.Control.LokDialog = L.Control.extend({ if (e.winType === 'dialog') { this._launchDialog(e.id, left, top, width, height, e.title); - this._sendPaintWindow(e.id, this._createRectStr(e.id)); + this._sendPaintWindowRect(e.id); } else if (e.winType === 'child') { var parentId = parseInt(e.parentId); if (!this._isOpen(parentId))