Fixed 50% opacity on new Element bug

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@445 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Alexis Deveria 2009-08-21 17:02:51 +00:00
parent fa5a5f2525
commit 2f4043176c
1 changed files with 1 additions and 1 deletions

View File

@ -1891,10 +1891,10 @@ function SvgCanvas(c)
element = null;
} else if (element != null) {
canvas.addedNew = true;
canvas.addToSelection([element], true);
element.setAttribute("opacity", current_opacity);
cleanupElement(element);
selectorManager.update();
canvas.addToSelection([element], true);
// we create the insert command that is stored on the stack
// undo means to call cmd.unapply(), redo means to call cmd.apply()
addCommandToHistory(new InsertElementCommand(element));