(svn r18948) -Fix: removing a newgrf from the list didn't update the scrollbar

This commit is contained in:
yexo
2010-01-29 15:50:56 +00:00
parent 8f55972a63
commit d5025477a3

View File

@@ -768,7 +768,7 @@ struct NewGRFWindow : public Window {
this->sel = newsel;
this->preset = -1;
this->InvalidateData();
this->InvalidateData(3);
this->DeleteChildWindows(WC_QUERY_STRING); // Remove the parameter query window
break;
}