--- nono/wx/wxsoftkey.h 2026/04/29 17:04:56 1.1.1.7 +++ nono/wx/wxsoftkey.h 2026/04/29 17:05:00 1.1.1.8 @@ -76,7 +76,7 @@ class WXSoftKeyPanel : public WXTextPane void InitLED(); void DoSize(); void OnPaint(wxPaintEvent& event); - void OnTimer(wxTimerEvent& event); + void OnKeyChanged(wxCommandEvent& event); void Draw(wxDC& dc); void DrawKey(wxDC& dc, const keydata_t& key); @@ -137,9 +137,6 @@ class WXSoftKeyPanel : public WXTextPane // キー描画データ (派生クラス側から渡される) const std::vector& keydata; - // タイマー - wxTimer timer {}; - // イベントテーブル wxDECLARE_EVENT_TABLE(); };