--- nono/wx/wxromwindow.cpp 2026/04/29 17:05:16 1.1.1.2 +++ nono/wx/wxromwindow.cpp 2026/04/29 17:05:44 1.1.1.3 @@ -26,7 +26,7 @@ WXROMWindow::WXROMWindow(wxWindow *paren row = 1; } - panel = new WXTextScreen(this, nnSize(52, row)); + auto panel = new WXTextScreen(this, nnSize(52, row)); auto& screen = panel->GetScreen(); if (gMainApp.IsX68030()) { @@ -51,7 +51,7 @@ WXROMWindow::WXROMWindow(wxWindow *paren (prom_filename ? "image file" : "nono's builtin")); } - DoSize(); + Fit(); } WXROMWindow::~WXROMWindow()