changing context now clears the selection

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2198 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Mark MacKay 2012-11-28 05:02:46 +00:00
parent 650fa70404
commit c99f759d46
1 changed files with 1 additions and 0 deletions

View File

@ -821,6 +821,7 @@
} else {
svgCanvas.setContext(link.text());
}
svgCanvas.clearSelection();
return false;
});