Fix moving elements without fill (using pointer-events:all), also this seems to fix the cursor issue in Opera
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@68 eee81c28-f429-11dd-99c0-75d572ba1dddmaster
parent
ac9d093d82
commit
2d38e17386
|
@ -130,7 +130,7 @@ function svg_edit_setup() {
|
||||||
$('#tool_select').click(function(){
|
$('#tool_select').click(function(){
|
||||||
toolButtonClick(this);
|
toolButtonClick(this);
|
||||||
svgCanvas.setMode('select');
|
svgCanvas.setMode('select');
|
||||||
$('#styleoverrides').text('*{cursor:move} svg{cursor:auto}');
|
$('#styleoverrides').text('*{cursor:move;pointer-events:all} svg{cursor:default}');
|
||||||
});
|
});
|
||||||
|
|
||||||
$('#tool_path').click(function(){
|
$('#tool_path').click(function(){
|
||||||
|
|
Loading…
Reference in New Issue