From 264bbc30761e4eea4027947fa358d7c0773624f8 Mon Sep 17 00:00:00 2001 From: terkhen Date: Mon, 19 Jul 2010 20:57:13 +0000 Subject: (svn r20196) -Fix: Remove autofocus of the edit box in the world generation window. --- src/genworld_gui.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/genworld_gui.cpp') diff --git a/src/genworld_gui.cpp b/src/genworld_gui.cpp index 692fe5c1f..5c67e7ab0 100644 --- a/src/genworld_gui.cpp +++ b/src/genworld_gui.cpp @@ -357,7 +357,6 @@ struct GenerateLandscapeWindow : public QueryStringBaseWindow { /* 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; -- cgit v1.2.3-54-g00ecf