mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-22 09:17:56 +01:00
Update preview bounds when move/zoom or rotate
This commit is contained in:
parent
cb857ae6fe
commit
577bc28bc9
@ -124,7 +124,7 @@ function rotateShape(radians) {
|
||||
|
||||
function updateView() {
|
||||
setSketchModified(true);
|
||||
redrawDoodle();
|
||||
redrawDoodle(true);
|
||||
adjustPreviewTransformation();
|
||||
renderToImageDataPreview();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user