.developing Turtle

git-svn-id: svn://ultimatepp.org/upp/trunk@6855 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2014-02-02 18:41:04 +00:00
parent 19f9a63144
commit 2884b6e087
2 changed files with 3 additions and 3 deletions

View file

@ -63,8 +63,8 @@ void DrawDragRect(Ctrl& q, const Rect& rect1, const Rect& rect2, const Rect& cli
f.type = type;
f.animation = animation;
DrawDragRect(*top, f);
Ctrl::SyncClient();
Ctrl::Output();
top->Sync();
}
}