Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Sergii Pylypenko
2014-03-19 22:01:51 +02:00
40 changed files with 260 additions and 126 deletions

View File

@@ -2024,7 +2024,7 @@ struct CompanyWindow : Window
NWidgetStacked *wi = this->GetWidget<NWidgetStacked>(WID_C_SELECT_BUTTONS);
if (plane != wi->shown_plane) {
wi->SetDisplayedPlane(plane);
this->SetDirty();
this->InvalidateData();
return;
}