From f8152cc2588ec3b7d498b1f19c790d89ab8885fb Mon Sep 17 00:00:00 2001 From: Luis Frey Date: Tue, 3 Dec 2024 16:39:32 +0100 Subject: [PATCH] fix: Projection SetPlacement calls SetCoefficients One SetPlacement overload doesn't call SetCoefficients, witch causes the Projection to not update. --- CADability/Projection.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/CADability/Projection.cs b/CADability/Projection.cs index d57f8a82..943de3e8 100644 --- a/CADability/Projection.cs +++ b/CADability/Projection.cs @@ -706,6 +706,7 @@ public void SetPlacement(double factor, double dx, double dy) placementFactor = factor; placementX = dx; placementY = dy; + SetCoefficients(); } /// /// Liefert die Werte für die Platzierung. Achtung: die Y-Werte müssen mit dem negativen