1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-05 15:11:30 -08:00

* src/haiku_support.cc (DrawContent): Use right UI color.

This commit is contained in:
Po Lu 2022-05-03 08:19:41 +00:00
parent 2ec7521b41
commit b8dfd8400a

View file

@ -2306,7 +2306,7 @@ public:
menu->PushState ();
menu->SetFont (be_bold_font);
menu->SetHighColor (ui_color (B_CONTROL_TEXT_COLOR));
menu->SetHighColor (ui_color (B_MENU_ITEM_TEXT_COLOR));
BMenuItem::DrawContent ();
menu->PopState ();
}