Fixed Webkit bug related to issue 460: Path segments should remember their curvature

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1331 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Alexis Deveria
2010-02-03 13:41:54 +00:00
parent fac9f84435
commit 06dc4f55bc
2 changed files with 7 additions and 8 deletions

View File

@@ -1885,6 +1885,11 @@ function svg_edit_setup() {
}
}
svgCanvas.runExtensions("toolButtonStateUpdate", {
nofill: bNoFill,
nostroke: bNoStroke
});
operaRepaint();
};