TBTR: Raise clone buttons when vehicle pick aborted.

pull/6/merge
Jonathan G Rennison 8 years ago
parent de7f1c1168
commit d9a48a2b5e

@ -273,6 +273,11 @@ public:
return true;
}
virtual void OnPlaceObjectAbort()
{
this->RaiseButtons();
}
virtual void DrawWidget(const Rect &r, int widget) const
{
switch(widget) {

@ -490,6 +490,11 @@ public:
return true;
}
virtual void OnPlaceObjectAbort()
{
this->RaiseButtons();
}
virtual void OnDropdownSelect(int widget, int index)
{
RailType temp = (RailType) index;

Loading…
Cancel
Save