Changeset - r17151:3ceb977b9212
[Not reviewed]
master
0 1 0
frosch - 13 years ago 2011-01-23 13:00:50
frosch@openttd.org
(svn r21899) -Fix: Do not show a vehicle selection in the RefitWindow for refit orders. You cannot select anything anyway.
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/vehicle_gui.cpp
Show inline comments
 
@@ -614,6 +614,7 @@ struct RefitWindow : public Window {
 
					r.top + WD_FRAMERECT_TOP, INVALID_VEHICLE, this->hscroll != NULL ? this->hscroll->GetPosition() : 0);
 

	
 
				/* Highlight selected vehicles. */
 
				if (this->order != INVALID_VEH_ORDER_ID) break;
 
				int x = 0;
 
				switch (v->type) {
 
					case VEH_TRAIN: {
0 comments (0 inline, 0 general)