mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
Fix text on about window
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user