Skip to content

Commit

Permalink
BeDecorator: fix title text color
Browse files Browse the repository at this point in the history
  • Loading branch information
janus2 committed Jul 4, 2015
1 parent 9bd024e commit 58df0d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/add-ons/decorators/BeDecorator/BeDecorator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ BeDecorator::_DrawTitle(Decorator::Tab* _tab, BRect r)
_GetComponentColors(COMPONENT_TAB, colors, tab);

fDrawingEngine->SetDrawingMode(B_OP_OVER);
fDrawingEngine->SetHighColor(ui_color(B_WINDOW_TEXT_COLOR));
fDrawingEngine->SetHighColor(colors[COLOR_TAB_TEXT]);
fDrawingEngine->SetLowColor(colors[COLOR_TAB]);
fDrawingEngine->SetFont(fDrawState.Font());

Expand Down

0 comments on commit 58df0d9

Please sign in to comment.