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:
Alexis Deveria
2009-09-04 14:52:21 +00:00
parent 4ec916cf9b
commit 5df494c2b6
2 changed files with 2 additions and 4 deletions

View File

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