mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-19 18:32:35 +01:00
This commit is contained in:
@@ -660,7 +660,7 @@ struct GenerateLandscapeWindow : public Window {
|
||||
default:
|
||||
return;
|
||||
}
|
||||
maxdim(d, GetStringListBoundingBox(strs));
|
||||
d = maxdim(d, GetStringListBoundingBox(strs));
|
||||
d.width += padding.width;
|
||||
d.height += padding.height;
|
||||
size = maxdim(size, d);
|
||||
|
||||
Reference in New Issue
Block a user