Changeset - r9706:dfd86aae1373
[Not reviewed]
master
0 1 0
peter1138 - 16 years ago 2008-07-24 18:29:01
peter1138@openttd.org
(svn r13818) -Fix [FS#2157]: Deselect currently selected NewGRF when changing GRF preset.
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/newgrf_gui.cpp
Show inline comments
 
@@ -590,12 +590,13 @@ struct NewGRFWindow : public Window {
 
				ClearGRFConfigList(&this->list);
 
				this->list = c;
 
				this->preset = index;
 
			}
 
		}
 

	
 
		this->sel = NULL;
 
		this->SetupNewGRFWindow();
 
		this->SetDirty();
 
	}
 

	
 
	virtual void OnQueryTextFinished(char *str)
 
	{
0 comments (0 inline, 0 general)