(svn r27823) -Fix: Vehicle viewport is not user scrollable so flag window as such.
This commit is contained in:
@@ -2456,6 +2456,7 @@ private:
|
|||||||
public:
|
public:
|
||||||
VehicleViewWindow(WindowDesc *desc, WindowNumber window_number) : Window(desc)
|
VehicleViewWindow(WindowDesc *desc, WindowNumber window_number) : Window(desc)
|
||||||
{
|
{
|
||||||
|
this->flags |= WF_DISABLE_VP_SCROLL;
|
||||||
this->CreateNestedTree();
|
this->CreateNestedTree();
|
||||||
|
|
||||||
/* Sprites for the 'send to depot' button indexed by vehicle type. */
|
/* Sprites for the 'send to depot' button indexed by vehicle type. */
|
||||||
|
Reference in New Issue
Block a user