Skip to content

Commit 851400f

Browse files
committed
clear defaullts transparent
1 parent 1c77b73 commit 851400f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Qor/Canvas.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class Canvas:
6969
Canvas::Align align = Align::LEFT
7070
);
7171

72-
void clear(Color c);
72+
void clear(Color c = Color::clear());
7373
void font(std::string fn, int sz);
7474

7575
void rectangle(

0 commit comments

Comments
 (0)