Removed change call in updateToolbar to improve performance
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1799 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -1318,8 +1318,8 @@
|
||||
paintBox.fill.update(true);
|
||||
paintBox.stroke.update(true);
|
||||
|
||||
$('#stroke_width').val(selectedElement.getAttribute("stroke-width")||1).change();
|
||||
$('#stroke_style').val(selectedElement.getAttribute("stroke-dasharray")||"none").change();
|
||||
$('#stroke_width').val(selectedElement.getAttribute("stroke-width")||1);
|
||||
$('#stroke_style').val(selectedElement.getAttribute("stroke-dasharray")||"none");
|
||||
|
||||
var attr = selectedElement.getAttribute("stroke-linejoin") || 'miter';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user