projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ec7521
)
* src/haiku_support.cc (DrawContent): Use right UI color.
author
Po Lu
<luangruo@yahoo.com>
Tue, 3 May 2022 08:19:41 +0000
(08:19 +0000)
committer
Po Lu
<luangruo@yahoo.com>
Tue, 3 May 2022 08:19:41 +0000
(08:19 +0000)
src/haiku_support.cc
patch
|
blob
|
history
diff --git
a/src/haiku_support.cc
b/src/haiku_support.cc
index 12934faa1c8e1244e4d767685f4e340bc7f8a04c..80c3ba3331d38fc80e4c0f44b8ce2e5ce68486a1 100644
(file)
--- a/
src/haiku_support.cc
+++ b/
src/haiku_support.cc
@@
-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 ();
}