Update preview bounds when move/zoom or rotate

This commit is contained in:
peteruithoven 2014-01-17 16:28:48 +01:00
parent cb857ae6fe
commit 577bc28bc9
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ function rotateShape(radians) {
function updateView() {
setSketchModified(true);
redrawDoodle();
redrawDoodle(true);
adjustPreviewTransformation();
renderToImageDataPreview();