mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-12 01:24:54 +00:00
Codechange: Draw tooltip text in black.
This commit is contained in:
parent
3901ef9760
commit
5e185d5328
@ -727,7 +727,7 @@ struct TooltipsWindow : public Window
|
||||
for (uint arg = 0; arg < this->paramcount; arg++) {
|
||||
SetDParam(arg, this->params[arg]);
|
||||
}
|
||||
DrawStringMultiLine(r.Shrink(WidgetDimensions::scaled.framerect).Shrink(WidgetDimensions::scaled.fullbevel), this->string_id, TC_FROMSTRING, SA_CENTER);
|
||||
DrawStringMultiLine(r.Shrink(WidgetDimensions::scaled.framerect).Shrink(WidgetDimensions::scaled.fullbevel), this->string_id, TC_BLACK, SA_CENTER);
|
||||
}
|
||||
|
||||
void OnMouseLoop() override
|
||||
|
Loading…
Reference in New Issue
Block a user