mirror of https://github.com/OpenTTD/OpenTTD
(svn r26362) -Fix [FS#5906]: reset the default window size icon size just like all the other cached icon sizes (based on patch by MJP)
parent
7bdd67e701
commit
90fef59f80
|
@ -2071,6 +2071,7 @@ Dimension NWidgetScrollbar::horizontal_dimension = {0, 0};
|
||||||
{
|
{
|
||||||
shadebox_dimension.width = shadebox_dimension.height = 0;
|
shadebox_dimension.width = shadebox_dimension.height = 0;
|
||||||
debugbox_dimension.width = debugbox_dimension.height = 0;
|
debugbox_dimension.width = debugbox_dimension.height = 0;
|
||||||
|
defsizebox_dimension.width = defsizebox_dimension.height = 0;
|
||||||
stickybox_dimension.width = stickybox_dimension.height = 0;
|
stickybox_dimension.width = stickybox_dimension.height = 0;
|
||||||
resizebox_dimension.width = resizebox_dimension.height = 0;
|
resizebox_dimension.width = resizebox_dimension.height = 0;
|
||||||
closebox_dimension.width = closebox_dimension.height = 0;
|
closebox_dimension.width = closebox_dimension.height = 0;
|
||||||
|
|
Loading…
Reference in New Issue