mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 06:05:58 -06:00
Update README.md
This commit is contained in:
parent
243cfb5d67
commit
59f85cc823
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ public:
|
|||
Title("My application").Zoomable().Sizeable().SetRect(0, 0, 320, 200);
|
||||
}
|
||||
|
||||
virtual void Paint(Upp::Draw& w) override
|
||||
void Paint(Upp::Draw& w) override
|
||||
{
|
||||
w.DrawRect(GetSize(), Upp::SWhite);
|
||||
w.DrawText(10, 10, "Hello, world!", Upp::Arial(30), Upp::Magenta);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue