Fixed bug in optimization code

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@444 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Alexis Deveria
2009-08-21 16:27:27 +00:00
parent f0e1b6a57a
commit fa5a5f2525

View File

@@ -200,7 +200,12 @@ function svg_edit_setup() {
};
var el_name = elem.tagName;
if(panels[el_name]) {
var cur_panel = panels[el_name];
$('#' + el_name + '_panel').show();
$.each(cur_panel, function(i, item) {
@@ -227,7 +232,7 @@ function svg_edit_setup() {
if (svgCanvas.addedNew) {
$('#text').focus().select();
}
}
}
} // if (elem != null)
else if (multiselected) {