Add a CBitmap class. The C is for Courage.

This commit is contained in:
Andreas Kling 2018-10-12 12:49:45 +02:00
commit c7463aad11
Notes: sideshowbarker 2024-07-19 18:50:11 +09:00
8 changed files with 63 additions and 18 deletions

View file

@ -63,7 +63,6 @@ void Widget::onPaint(PaintEvent& event)
void Widget::onShow(ShowEvent&)
{
update();
}
void Widget::onHide(HideEvent&)