mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-07-19 10:26:27 +01:00
(svn r10685) -Fix [FS#1076]: graphical glitches when the "link landscape toolbar" patch is turned on when opening one of the construction toolbars.
This commit is contained in:
parent
b290268645
commit
122ce21f32
@ -295,5 +295,7 @@ void ShowTerraformToolbar(Window *link)
|
|||||||
*/
|
*/
|
||||||
w->top = 22;
|
w->top = 22;
|
||||||
link->left = w->left - link->width;
|
link->left = w->left - link->width;
|
||||||
|
|
||||||
|
SetWindowDirty(link);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user