Commit 1a8664ae authored by SergeyLuzyanin's avatar SergeyLuzyanin

fix Bug 35015

parent 32f66324
......@@ -134,7 +134,8 @@
var flipH = false;
var rot = 0;
var oMapAdj = {};
if(sPreset === "line"){
if(sPreset === "line" ||
sPreset.indexOf("straightConnector") > -1){
flipH = (_begin.x > _end.x);
flipV = (_begin.y > _end.y);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment