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:
parent
2ec7521b41
commit
b8dfd8400a
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue