Fix Issue 907: Allow custom menu options (Apply patch from adambender)
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2055 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -4302,7 +4302,11 @@
|
||||
case 'move_back':
|
||||
moveToBottomSelected();
|
||||
break;
|
||||
|
||||
default:
|
||||
if(svgedit.contextmenu && svgedit.contextmenu.hasCustomHandler(action)){
|
||||
svgedit.contextmenu.getCustomHandler(action).call();
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
if(svgCanvas.clipBoard.length) {
|
||||
|
||||
Reference in New Issue
Block a user