(svn r20195) -Fix [FS#3891]: Remove autofocus of the edit box in the found town window (Zuu).

This commit is contained in:
terkhen 2010-07-19 20:52:14 +00:00
parent 5b1fc7304a
commit 5685e061c0
1 changed files with 0 additions and 1 deletions

View File

@ -1061,7 +1061,6 @@ public:
InitializeTextBuffer(&this->text, this->edit_str_buf, this->edit_str_size, MAX_LENGTH_TOWN_NAME_PIXELS);
this->RandomTownName();
this->UpdateButtons(true);
this->SetFocusedWidget(TSEW_TOWNNAME_EDITBOX);
}
void RandomTownName()