Browse Source

remove debugcode.

pull/3967/head
Dan Walmsley 6 years ago
parent
commit
4c6e8baeab
  1. 2
      src/Windows/Avalonia.Win32/WindowImpl.CustomCaptionProc.cs

2
src/Windows/Avalonia.Win32/WindowImpl.CustomCaptionProc.cs

@ -102,8 +102,6 @@ namespace Avalonia.Win32
uint timestamp = unchecked((uint)GetMessageTime());
Debug.WriteLine(hittestResult);
if (hittestResult == HitTestValues.HTCAPTION)
{
var position = PointToClient(PointFromLParam(lParam));

Loading…
Cancel
Save