Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Conceição <Tiago_caza@hotmail.com>2020-09-25 21:20:11 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2020-09-25 21:20:11 +0300
commit57e7a1fdd8215990b95bbecbf13b51075a7deb2d (patch)
tree1829e08e22edead92365d272591ddaee8743857c /UVtools.GUI
parent1ee662de9be881ce834a6cbc745b7bb0dff37f17 (diff)
Fix zoom on ShowLayer
Diffstat (limited to 'UVtools.GUI')
-rw-r--r--UVtools.GUI/FrmMain.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/UVtools.GUI/FrmMain.cs b/UVtools.GUI/FrmMain.cs
index e462eac..d7c8b0d 100644
--- a/UVtools.GUI/FrmMain.cs
+++ b/UVtools.GUI/FrmMain.cs
@@ -3663,7 +3663,6 @@ namespace UVtools.GUI
pbLayer.ZoomOut(true);
return;
}
-
CenterLayerAt(rectangle.X + rectangle.Width / 2, rectangle.Y + rectangle.Height / 2, zoomLevel);
}