Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Commit f071ff5

Browse files
author
gumme
committed
Modified precision for element positioning and boundaries to use 0 decimals.
1 parent f16fd98 commit f071ff5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/AddIns/DisplayBindings/WpfDesign/WpfDesign/Project/PlacementInformation.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ public sealed class PlacementInformation
2828
{
2929
/// <summary>
3030
/// The designer rounds bounds to this number of digits to avoid floating point errors.
31-
/// Value: 1
31+
/// Value: 0
3232
/// </summary>
33-
public const int BoundsPrecision = 1;
33+
public const int BoundsPrecision = 0;
3434

3535
Rect originalBounds, bounds;
3636
readonly DesignItem item;

0 commit comments

Comments
 (0)