leaflet: dialog sendPaintWindow -> sendPaintWindowRect

Change-Id: I5a751b6aa5e290d5f1292c70e52bef954f99ff57
This commit is contained in:
Ashod Nakashian 2018-11-17 15:05:50 -05:00 committed by Jan Holesovsky
parent 4da0b9b0ab
commit 939f6b836d

View file

@ -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))