STORM-1094 Added 2 lines so new IM windows pick up the font setting
parent
567035a2f7
commit
85c97c1934
|
|
@ -267,7 +267,9 @@ BOOL LLIMFloater::postBuild()
|
|||
mInputEditor->setMaxTextLength(1023);
|
||||
// enable line history support for instant message bar
|
||||
mInputEditor->setEnableLineHistory(TRUE);
|
||||
|
||||
|
||||
LLFontGL* font = LLViewerChat::getChatFont();
|
||||
mInputEditor->setFont(font);
|
||||
|
||||
mInputEditor->setFocusReceivedCallback( boost::bind(onInputEditorFocusReceived, _1, this) );
|
||||
mInputEditor->setFocusLostCallback( boost::bind(onInputEditorFocusLost, _1, this) );
|
||||
|
|
|
|||
Loading…
Reference in New Issue