diff --git a/src/Perspex.Controls/Platform/PlatformManager.cs b/src/Perspex.Controls/Platform/PlatformManager.cs index 99e31d6308..4f2de2555a 100644 --- a/src/Perspex.Controls/Platform/PlatformManager.cs +++ b/src/Perspex.Controls/Platform/PlatformManager.cs @@ -109,7 +109,7 @@ namespace Perspex.Controls.Platform public Point PointToScreen(Point point) { - return _tl.PointToScreen(point * Scaling); + return _tl.PointToScreen(point); } public void Invalidate(Rect rc)