(svn r27823) -Fix: Vehicle viewport is not user scrollable so flag window as such.

pull/16/head
peter1138 7 years ago
parent 0887289e3d
commit 4255e2e136

@ -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. */

Loading…
Cancel
Save