From bfd5cc456ab33d72e81aac9d434b4f01df172699 Mon Sep 17 00:00:00 2001 From: alberth Date: Sun, 22 Nov 2009 18:29:52 +0000 Subject: [PATCH] (svn r18231) -Fix: Enable filling of matrix widget in the depot gui. --- src/depot_gui.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/depot_gui.cpp b/src/depot_gui.cpp index 1b5e7367f2..b730a42d68 100644 --- a/src/depot_gui.cpp +++ b/src/depot_gui.cpp @@ -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; } }