mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
.upptst
git-svn-id: svn://ultimatepp.org/upp/trunk@6070 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
18a4bae476
commit
6c8414fc76
1 changed files with 7 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ void MyApp::Paint(Draw& w)
|
|||
r.Line(Point(700, 400));
|
||||
r.Fill();
|
||||
*/
|
||||
DLOG("---------------");
|
||||
#if 1
|
||||
w.DrawRect(p.x, p.y, 1, 1, White());
|
||||
r.color = LtRed();
|
||||
r.Width(width);
|
||||
|
|
@ -86,6 +86,12 @@ void MyApp::Paint(Draw& w)
|
|||
r.Line(Point(sz.cx / 2, 300));
|
||||
// r.color = LtGreen();
|
||||
r.Close();
|
||||
#endif
|
||||
|
||||
r.color = LtRed();
|
||||
r.Width(2);
|
||||
r.Move(Point(800, 100));
|
||||
r.Line(Point(800, 200));
|
||||
|
||||
w.DrawRect(p0.x, p0.y, 1, 1, White());
|
||||
w.DrawRect(700, 400, 1, 1, White());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue