Fix Issue 134: Correctly center the selector box after a rotated poly has been edited

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@499 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Jeff Schiller
2009-08-29 18:38:34 +00:00
parent ec75f35c7a
commit 3118679dfe
2 changed files with 45 additions and 29 deletions

View File

@@ -667,7 +667,6 @@ function svg_edit_setup() {
var button = document.getElementById(shortcutButtons[i]);
var title = button.title;
var index = title.indexOf("Ctrl+");
console.log(index);
button.title = [title.substr(0,index), "Cmd+", title.substr(index+5)].join('');
}
}