mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-30 18:09:09 +00:00
(svn r15784) -Fix (r15779): TextAlignment and TA_* already exist on windows
This commit is contained in:
@@ -478,7 +478,7 @@ void Window::DrawWidgets() const
|
||||
GfxFillRect(r.left + 2, r.top + 2, r.right - 2, r.bottom - 2, _colour_gradient[_company_colours[this->owner]][4]);
|
||||
}
|
||||
|
||||
DrawString(r.left + 2, r.right - 2, r.top + 2, wi->data, TC_FROMSTRING, TA_CENTER);
|
||||
DrawString(r.left + 2, r.right - 2, r.top + 2, wi->data, TC_FROMSTRING, SA_CENTER);
|
||||
break;
|
||||
|
||||
case WWT_DROPDOWN: {
|
||||
|
Reference in New Issue
Block a user