(svn r18231) -Fix: Enable filling of matrix widget in the depot gui.

This commit is contained in:
alberth 2009-11-22 18:29:52 +00:00
parent 450e40b997
commit bfd5cc456a
1 changed files with 2 additions and 0 deletions

View File

@ -659,6 +659,8 @@ struct DepotWindow : Window {
size->width = resize->width * (this->type == VEH_ROAD ? 5 : 3);
size->height = resize->height * (this->type == VEH_ROAD ? 5 : 3);
}
fill->width = resize->width;
fill->height = resize->height;
} break;
}
}