diff options
author | Jan-Marek Glogowski <glogow@fbihome.de> | 2017-10-12 18:19:12 +0200 |
---|---|---|
committer | Jan-Marek Glogowski <glogow@fbihome.de> | 2017-10-13 16:49:22 +0200 |
commit | abe3af8e9871907aa75b913f2b8094cac651bc6d (patch) | |
tree | c3a4a6a623988d3d79c12baff6c4dcf624055c1a /xmloff | |
parent | 3bf6c97029d26ddf20007c47ca6b68e5cc52d846 (diff) |
WIN fix redraw during window move and resize
During window move and resize, Windows spawns a nested message
loop, blocking our direct processing. In this case we switch to
timer messages for all timeouts.
But if LO is busy with background jobs, the posted 0ms timer
messages will block any system event processing, halting any
updates until we're idle again. So for these cases we switch
to the WM_TIMER based SetTimer timer.
Change-Id: I854f4984d7c75d6829f82cda5cb4479967edce48
Reviewed-on: https://gerrit.libreoffice.org/43350
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
Diffstat (limited to 'xmloff')
0 files changed, 0 insertions, 0 deletions