Fix text on about window

This commit is contained in:
Twan van Laarhoven
2020-04-16 21:03:07 +02:00
parent 0706ecae13
commit efa1db8789
2 changed files with 10 additions and 2 deletions
+4
View File
@@ -27,6 +27,10 @@ AboutWindow::AboutWindow(Window* parent)
ok_button->Move(ws.GetWidth() - bs.GetWidth(), ws.GetHeight() - bs.GetHeight()); // align bottom right
}
bool AboutWindow::Layout() {
return false;
}
void AboutWindow::onPaint(wxPaintEvent& ev) {
wxBufferedPaintDC dc(this);
draw(dc);