Fixed bug where Cancel button didn't work on linearGradient tab
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1537 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -406,7 +406,7 @@ jQuery.fn.jGraduate =
|
||||
$this.paint.solidColor = null;
|
||||
okClicked();
|
||||
});
|
||||
$('#'+id+'_lg_jGraduate_Ok').bind('click', function(paint) {
|
||||
$('#'+id+'_lg_jGraduate_Cancel').bind('click', function(paint) {
|
||||
cancelClicked();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user