Changeset - r13696:478acaf99909
[Not reviewed]
master
0 1 0
alberth - 15 years ago 2009-11-22 18:29:52
alberth@openttd.org
(svn r18231) -Fix: Enable filling of matrix widget in the depot gui.
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/depot_gui.cpp
Show inline comments
 
@@ -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;
 
		}
 
	}
0 comments (0 inline, 0 general)