Presumable fix for weird focus bug in IM floater causing keyboard strokes not working properly anymore

master
Ansariel 2013-07-25 19:59:26 +02:00
parent 891ab9f6cf
commit 23bdb5910b
1 changed files with 0 additions and 3 deletions

View File

@ -169,9 +169,6 @@ void FSFloaterIM::onFocusReceived()
{
LLIMModel::instance().sendNoUnreadMessages(mSessionID);
}
// <FS:Ansariel> Give focus to input textbox
mInputEditor->setFocus(TRUE);
}
// virtual