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:
@@ -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('');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user