mirror of https://github.com/OpenTTD/OpenTTD
(svn r14040) -Codechange:Remove a hard coded value that is not even representative,
since captions have their own encoded colours in string.release/0.7
parent
8726c2fd99
commit
ebe9ae2b17
|
@ -479,7 +479,7 @@ void Window::DrawWidgets() const
|
||||||
GfxFillRect(r.left + 2, r.top + 2, r.right - 2, r.bottom - 2, _colour_gradient[_player_colors[this->caption_color]][4]);
|
GfxFillRect(r.left + 2, r.top + 2, r.right - 2, r.bottom - 2, _colour_gradient[_player_colors[this->caption_color]][4]);
|
||||||
}
|
}
|
||||||
|
|
||||||
DrawStringCenteredTruncated(r.left + 2, r.right - 2, r.top + 2, wi->data, 0x84);
|
DrawStringCenteredTruncated(r.left + 2, r.right - 2, r.top + 2, wi->data, TC_FROMSTRING);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case WWT_DROPDOWN: {
|
case WWT_DROPDOWN: {
|
||||||
|
|
Loading…
Reference in New Issue