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:
Jeff Schiller
2009-07-13 04:12:25 +00:00
parent 4f4d42ff85
commit bfb108a7d0

View File

@@ -1242,9 +1242,9 @@ function SvgCanvas(c)
while(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;
case "path":
keep = true;