Changeset - r15527:9daffa56d817
[Not reviewed]
master
0 1 0
terkhen - 14 years ago 2010-07-19 20:57:13
terkhen@openttd.org
(svn r20196) -Fix: Remove autofocus of the edit box in the world generation window.
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/genworld_gui.cpp
Show inline comments
 
@@ -357,7 +357,6 @@ struct GenerateLandscapeWindow : public 
 
		/* snprintf() always outputs trailing '\0', so whole buffer can be used */
 
		snprintf(this->edit_str_buf, this->edit_str_size, "%u", _settings_newgame.game_creation.generation_seed);
 
		InitializeTextBuffer(&this->text, this->edit_str_buf, this->edit_str_size, 120);
 
		this->SetFocusedWidget(GLAND_RANDOM_EDITBOX);
 
		this->caption = STR_NULL;
 
		this->afilter = CS_NUMERAL;
 

	
0 comments (0 inline, 0 general)