SL-18713 fix crash in handleCompositionMessage (#12)
parent
0d3becc2db
commit
d01f7afff2
|
|
@ -4100,6 +4100,10 @@ void LLWindowWin32::handleStartCompositionMessage()
|
|||
|
||||
void LLWindowWin32::handleCompositionMessage(const U32 indexes)
|
||||
{
|
||||
if (!mPreeditor)
|
||||
{
|
||||
return;
|
||||
}
|
||||
BOOL needs_update = FALSE;
|
||||
LLWString result_string;
|
||||
LLWString preedit_string;
|
||||
|
|
|
|||
Loading…
Reference in New Issue