vcl/source/window/dockmgr.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 65ca7bd49ae3c567f2cc4331c6b35f350649dcee Author: Noel Grandin <[email protected]> Date: Thu Aug 31 15:53:46 2017 +0200 call SetPriority() on correct Idle Change-Id: I56ce5607d77410b9252a7fa1093325dc8d67983c Reviewed-on: https://gerrit.libreoffice.org/41760 Tested-by: Jenkins <[email protected]> Reviewed-by: Julien Nabet <[email protected]> Reviewed-by: Noel Grandin <[email protected]> diff --git a/vcl/source/window/dockmgr.cxx b/vcl/source/window/dockmgr.cxx index 0ae6a941b961..bc3eb2cc5b42 100644 --- a/vcl/source/window/dockmgr.cxx +++ b/vcl/source/window/dockmgr.cxx @@ -91,7 +91,7 @@ ImplDockFloatWin2::ImplDockFloatWin2( vcl::Window* pParent, WinBits nWinBits, maDockIdle.SetDebugName( "vcl::ImplDockFloatWin2 maDockIdle" ); maEndDockIdle.SetInvokeHandler( LINK( this, ImplDockFloatWin2, EndDockTimerHdl ) ); - maDockIdle.SetPriority( TaskPriority::HIGH_IDLE ); + maEndDockIdle.SetPriority( TaskPriority::HIGH_IDLE ); maEndDockIdle.SetDebugName( "vcl::ImplDockFloatWin2 maEndDockIdle" ); } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
