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
This commit is contained in:
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user