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-75d572ba1ddd
master
Jeff Schiller 2009-06-08 12:32:08 +00:00
parent ac9d093d82
commit 2d38e17386
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ function svg_edit_setup() {
$('#tool_select').click(function(){
toolButtonClick(this);
svgCanvas.setMode('select');
$('#styleoverrides').text('*{cursor:move} svg{cursor:auto}');
$('#styleoverrides').text('*{cursor:move;pointer-events:all} svg{cursor:default}');
});
$('#tool_path').click(function(){