From 987582e88a66ce20f1309c3685205bd3afd90cdb Mon Sep 17 00:00:00 2001 From: Mirek Fidler Date: Fri, 11 Jul 2025 19:55:38 +0200 Subject: [PATCH] .uppsrc: Fixed to compile --- uppsrc/RichEdit/DiagramMouse.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/uppsrc/RichEdit/DiagramMouse.cpp b/uppsrc/RichEdit/DiagramMouse.cpp index 5da8ca6b0..8318c2f5f 100644 --- a/uppsrc/RichEdit/DiagramMouse.cpp +++ b/uppsrc/RichEdit/DiagramMouse.cpp @@ -170,11 +170,8 @@ void DiagramEditor::MouseMove(Point p, dword keyflags) if(IsNull(draghandle)) { // move selection Rectf to = dragfrom.Offseted(p - dragstart); Pointf tp = to.TopLeft(); - DLOG("======="); - DDUMP(tp); if(grid) tp = (Point)tp / 16 * 16; - DDUMP(tp); Sizef sz = to.GetSize(); m.pt[0] = tp; m.pt[1] = tp + sz;