fix missing in exchangePos
This commit is contained in:
parent
fa61c25cf8
commit
eca70afcc4
@ -202,6 +202,7 @@ editor_mappanel_wrapper = function (editor) {
|
|||||||
editor.exchangeBgFg(editor.uivalues.startPos, editor.uivalues.endPos, editor.layerMod);
|
editor.exchangeBgFg(editor.uivalues.startPos, editor.uivalues.endPos, editor.layerMod);
|
||||||
editor.uivalues.startPos = editor.uivalues.endPos = null;
|
editor.uivalues.startPos = editor.uivalues.endPos = null;
|
||||||
editor.dom.euiCtx.clearRect(0, 0, core.__PIXELS__, core.__PIXELS__);
|
editor.dom.euiCtx.clearRect(0, 0, core.__PIXELS__, core.__PIXELS__);
|
||||||
|
editor.uifunctions.unhighlightSaveFloorButton();
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
editor.uivalues.holdingPath = 0;
|
editor.uivalues.holdingPath = 0;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user