Fixed remaining bug for 164 and additional bug that selects correct paint tab on change to gradient
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@561 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -389,7 +389,7 @@ jQuery.fn.jGraduate =
|
||||
var startx = -1, starty = -1;
|
||||
// for whatever reason, Opera does not allow $('image.stop') here,
|
||||
// and Firefox 1.5 does not allow $('.stop')
|
||||
$('.stop, #gradPicker_jgraduate_svg image').mousedown(function(evt) {
|
||||
$('.stop, #color_picker_jGraduate_GradContainer image').mousedown(function(evt) {
|
||||
draggingStop = this;
|
||||
startx = evt.clientX;
|
||||
starty = evt.clientY;
|
||||
|
||||
Reference in New Issue
Block a user