--- nono/wx/wxlcdwindow.h 2026/04/29 17:05:27 1.1.1.9 +++ nono/wx/wxlcdwindow.h 2026/04/29 17:05:44 1.1.1.10 @@ -47,9 +47,6 @@ class WXLCDWindow : public WXSubWindow public: explicit WXLCDWindow(wxWindow *parent); ~WXLCDWindow() override; - - private: - WXLCDPanel *panel {}; }; // モニタの LCD キャラクタ部パネル @@ -80,7 +77,11 @@ class WXLCDMonitor : public WXSubWindow explicit WXLCDMonitor(wxWindow *parent); ~WXLCDMonitor() override; + void FontChanged() override; + bool Layout() override; + private: WXMonitorPanel *monpanel {}; WXLCDCharPanel *chrpanel {}; + WXBitmapPanel *space {}; };