mirror of
https://github.com/vcmi/vcmi.git
synced 2025-03-03 14:52:11 +02:00
remove removefoucs
This commit is contained in:
parent
dfb10bdfcb
commit
77505af71b
@ -137,8 +137,6 @@ CSpellWindow::CSpellWindow(const CGHeroInstance * _myHero, CPlayerInterface * _m
|
||||
searchBoxDescription = std::make_shared<CLabel>(r.center().x, r.center().y, FONT_SMALL, ETextAlignment::CENTER, grayedColor, CGI->generaltexth->translate("vcmi.spellBook.search"));
|
||||
|
||||
searchBox = std::make_shared<CTextInput>(r, FONT_SMALL, std::bind(&CSpellWindow::searchInput, this));
|
||||
searchBox->removeFocus();
|
||||
searchBox->setText("");
|
||||
}
|
||||
|
||||
processSpells();
|
||||
|
Loading…
x
Reference in New Issue
Block a user