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-75d572ba1ddd
master
Jeff Schiller 2009-10-12 02:38:27 +00:00
parent 1f48bbcedf
commit afa5942668
1 changed files with 1 additions and 1 deletions

View File

@ -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