diff --git a/src/kits/interface/MenuItem.cpp b/src/kits/interface/MenuItem.cpp index 2f1aac89a8..87f610713f 100644 --- a/src/kits/interface/MenuItem.cpp +++ b/src/kits/interface/MenuItem.cpp @@ -461,11 +461,8 @@ BMenuItem::Draw() // set high color if (enabled) fSuper->SetHighColor(ui_color(B_MENU_ITEM_TEXT_COLOR)); - else if (selected) - fSuper->SetHighColor(tint_color(noTint, - B_LIGHTEN_1_TINT)); else - fSuper->SetHighColor(tint_color(noTint, + fSuper->SetHighColor(tint_color(bgColor, B_DISABLED_LABEL_TINT)); // draw content