Changeset - r22612:5c38bbcea9df
[Not reviewed]
master
0 1 0
peter1138 - 7 years ago 2017-03-24 12:00:52
peter1138@openttd.org
(svn r27823) -Fix: Vehicle viewport is not user scrollable so flag window as such.
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/vehicle_gui.cpp
Show inline comments
 
@@ -2456,6 +2456,7 @@ private:
 
public:
 
	VehicleViewWindow(WindowDesc *desc, WindowNumber window_number) : Window(desc)
 
	{
 
		this->flags |= WF_DISABLE_VP_SCROLL;
 
		this->CreateNestedTree();
 

	
 
		/* Sprites for the 'send to depot' button indexed by vehicle type. */
0 comments (0 inline, 0 general)