Fixed issue 420
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1243 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -1052,6 +1052,7 @@ function svg_edit_setup() {
|
||||
var clickClear = function(){
|
||||
$.confirm(uiStrings.QwantToClear, function(ok) {
|
||||
if(!ok) return;
|
||||
setSelectMode();
|
||||
svgCanvas.clear();
|
||||
svgCanvas.setResolution(640, 480);
|
||||
updateCanvas(true);
|
||||
|
||||
Reference in New Issue
Block a user