Presumable fix for weird focus bug in IM floater causing keyboard strokes not working properly anymore
parent
891ab9f6cf
commit
23bdb5910b
|
|
@ -169,9 +169,6 @@ void FSFloaterIM::onFocusReceived()
|
|||
{
|
||||
LLIMModel::instance().sendNoUnreadMessages(mSessionID);
|
||||
}
|
||||
|
||||
// <FS:Ansariel> Give focus to input textbox
|
||||
mInputEditor->setFocus(TRUE);
|
||||
}
|
||||
|
||||
// virtual
|
||||
|
|
|
|||
Loading…
Reference in New Issue