leaflet: dialog sendPaintWindow -> sendPaintWindowRect
Change-Id: I5a751b6aa5e290d5f1292c70e52bef954f99ff57
This commit is contained in:
parent
4da0b9b0ab
commit
939f6b836d
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue