diff options
author | Matthew J. Francis <mjay.francis@gmail.com> | 2014-09-21 23:43:00 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-09-25 19:22:33 +0300 |
commit | 7377768b290e728d3df1fc5b7b04ce81ae285ada (patch) | |
tree | 0d67ef504fd9a3c4bdad2f6e9eddcca4f2f67415 /vcl/osx/salframeview.mm | |
parent | 892a7be963f5ffdb5af86a9de1cf8a613fbdc162 (diff) |
fdo#84138 Add missing YIELD_GUARD to fix an input method crash
Change-Id: Iecf69c29a4574105a33ec003970067d4db823423
Diffstat (limited to 'vcl/osx/salframeview.mm')
-rw-r--r-- | vcl/osx/salframeview.mm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/osx/salframeview.mm b/vcl/osx/salframeview.mm index bd937dbcdaf8..92b579bb337a 100644 --- a/vcl/osx/salframeview.mm +++ b/vcl/osx/salframeview.mm @@ -1760,6 +1760,8 @@ private: (void) actualRange; #endif + YIELD_GUARD; + SalExtTextInputPosEvent aPosEvent; mpFrame->CallCallback( SALEVENT_EXTTEXTINPUTPOS, (void *)&aPosEvent ); |