Changeset - r14381:4b567f5e5010
[Not reviewed]
master
0 1 0
yexo - 14 years ago 2010-01-29 15:50:56
yexo@openttd.org
(svn r18948) -Fix: removing a newgrf from the list didn't update the scrollbar
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/newgrf_gui.cpp
Show inline comments
 
@@ -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;
 
			}
0 comments (0 inline, 0 general)