--- nono/wx/wxtextscreen.cpp 2026/04/29 17:04:56 1.1.1.6 +++ nono/wx/wxtextscreen.cpp 2026/04/29 17:05:00 1.1.1.7 @@ -7,7 +7,6 @@ #include "wxtextscreen.h" #include "wxcolor.h" #include "wxmainframe.h" -#include "bitrev.h" #include "cgrom.h" #include "sjis.h" @@ -181,6 +180,9 @@ WXTextScreen::Draw(wxDC& dc) case TA::On: SetTextColor(BGPANEL, *wxBLACK); break; + case TA::Off: + SetTextColor(*wxBLACK, UD_LIGHT_GREY); + break; case TA::Disable: SetTextColor(UD_GREY, BGPANEL); break;