Skip to content

Commit

Permalink
fix color of advanced_inventory highlighted item (CleverRaven#27682)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsklaus authored and kevingranade committed Jan 17, 2019
1 parent c4294a6 commit ad67f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/advanced_inv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ void advanced_inventory::print_items( advanced_inventory_pane &pane, bool active

if( selected ) {
thiscolor = ( inCategoryMode &&
pane.sortby == SORTBY_CATEGORY ) ? c_white_red : hilite( thiscolor );
pane.sortby == SORTBY_CATEGORY ) ? c_white_red : hilite( c_white );
thiscolordark = hilite( thiscolordark );
if( compact ) {
mvwprintz( window, 6 + x, 1, thiscolor, " %s", spaces.c_str() );
Expand Down

0 comments on commit ad67f44

Please sign in to comment.