(svn r23867) -Fix [FS#5020]: make the colour of the dropdown items for opening the vehicle list for which the company has no vehicles looking less horrid

pull/155/head
rubidium 13 years ago
parent 2efe0bc1c8
commit 9fff11b183

@ -146,7 +146,7 @@ public:
SetDParam(1, company);
TextColour col;
if (this->greyed) {
col = TC_GREY;
col = (sel ? TC_SILVER : TC_GREY) | TC_NO_SHADE;
} else {
col = sel ? TC_WHITE : TC_BLACK;
}

Loading…
Cancel
Save