Kaydet (Commit) 7377768b authored tarafından Matthew J. Francis's avatar Matthew J. Francis Kaydeden (comit) Tor Lillqvist

fdo#84138 Add missing YIELD_GUARD to fix an input method crash

Change-Id: Iecf69c29a4574105a33ec003970067d4db823423
üst 892a7be9
...@@ -1760,6 +1760,8 @@ private: ...@@ -1760,6 +1760,8 @@ private:
(void) actualRange; (void) actualRange;
#endif #endif
YIELD_GUARD;
SalExtTextInputPosEvent aPosEvent; SalExtTextInputPosEvent aPosEvent;
mpFrame->CallCallback( SALEVENT_EXTTEXTINPUTPOS, (void *)&aPosEvent ); mpFrame->CallCallback( SALEVENT_EXTTEXTINPUTPOS, (void *)&aPosEvent );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment