mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 06:05:58 -06:00
.uppsrc: Fixed to compile
This commit is contained in:
parent
14f444d6a2
commit
987582e88a
1 changed files with 0 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue