(svn r15415) -Change: close the (station) joiner window when pressing the bulldozer.
This commit is contained in:
@@ -298,6 +298,7 @@ enum RailToolbarWidgets {
|
||||
*/
|
||||
static void ToggleRailButton_Remove(Window *w)
|
||||
{
|
||||
DeleteWindowById(WC_SELECT_STATION, 0);
|
||||
w->ToggleWidgetLoweredState(RTW_REMOVE);
|
||||
w->InvalidateWidget(RTW_REMOVE);
|
||||
_remove_button_clicked = w->IsWidgetLowered(RTW_REMOVE);
|
||||
|
Reference in New Issue
Block a user