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

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
terkhen 14 years ago
parent 5b1fc7304a
commit 5685e061c0

@ -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()

Loading…
Cancel
Save