Kaydet (Commit) 5ad3f5a1 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

use different line and fill colors

makes it easier to see if one is missing

Change-Id: I983fdf2edf22c431d601a63dbf90902a3f8657f2
üst e2d073f5
...@@ -126,6 +126,8 @@ public: ...@@ -126,6 +126,8 @@ public:
} }
void drawEllipse(Rectangle r) void drawEllipse(Rectangle r)
{ {
SetLineColor(Color(COL_RED));
SetFillColor(Color(COL_GREEN));
DrawEllipse(r); DrawEllipse(r);
} }
void drawCheckered(Rectangle r) void drawCheckered(Rectangle r)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment