Fix Issue 271: Repair cut error and restore opacity tool functionality
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@800 eee81c28-f429-11dd-99c0-75d572ba1dddmaster
parent
1f48bbcedf
commit
afa5942668
|
@ -362,7 +362,7 @@ function svg_edit_setup() {
|
|||
$('select').change(function(){$(this).blur();});
|
||||
|
||||
$('#group_opacity').change(function(){
|
||||
svgCanvas.setOpacity();
|
||||
svgCanvas.setOpacity(this.options[this.selectedIndex].value);
|
||||
});
|
||||
|
||||
// fired when user wants to move elements to another layer
|
||||
|
|
Loading…
Reference in New Issue