mirror of https://github.com/OpenTTD/OpenTTD
(svn r10685) -Fix [FS#1076]: graphical glitches when the "link landscape toolbar" patch is turned on when opening one of the construction toolbars.
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