Update README.md

This commit is contained in:
Zbigniew Rębacz 2023-10-07 20:10:25 +02:00 committed by GitHub
parent 243cfb5d67
commit 59f85cc823
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);