Hide all windows when selecting vehicle destination station

This commit is contained in:
pelya
2014-11-16 01:44:32 +02:00
parent 6f9c0181c1
commit 0d3412d064
4 changed files with 65 additions and 0 deletions

View File

@@ -562,6 +562,9 @@ private:
SetObjectToPlaceWnd(ANIMCURSOR_PICKSTATION, PAL_NONE, goto_place_style[type - 1], this);
this->goto_type = type;
this->SetWidgetDirty(WID_O_GOTO);
if (type == OPOS_GOTO) {
MoveAllWindowsOffScreen();
}
}
/**