|
@@ -151,6 +151,7 @@ internal class Scene : Zoombox.Zoombox, ICustomHitTest
|
|
|
RectD dirtyBounds = new RectD(0, 0, Document.Width / resolutionScale, Document.Height / resolutionScale);
|
|
|
Rect dirtyRect = new Rect(0, 0, Document.Width / resolutionScale, Document.Height / resolutionScale);
|
|
|
|
|
|
+ Surface.DrawingSurface.Flush();
|
|
|
using var operation = new DrawSceneOperation(Surface, Document, CanvasPos, Scale * resolutionScale,
|
|
|
resolutionScale, angle,
|
|
|
FlipX, FlipY,
|