Fixed a bug where selecting an element and then clicking off the element would delete it (resulted from change to how obj_num is handled)
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@318 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -1242,9 +1242,9 @@ function SvgCanvas(c)
|
|||||||
while(i--) {
|
while(i--) {
|
||||||
selectorManager.requestSelector(selectedElements[i]).resize(selectedBBoxes[i]);
|
selectorManager.requestSelector(selectedElements[i]).resize(selectedBBoxes[i]);
|
||||||
}
|
}
|
||||||
// we return immediately from select so that the obj_num is not incremented
|
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
// we return immediately from select so that the obj_num is not incremented
|
||||||
|
return;
|
||||||
break;
|
break;
|
||||||
case "path":
|
case "path":
|
||||||
keep = true;
|
keep = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user