[Libreoffice-commits] core.git: vcl/source

Noel Grandin noel.grandin at collabora.co.uk
Fri Sep 1 07:26:47 UTC 2017


 vcl/source/window/dockmgr.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 65ca7bd49ae3c567f2cc4331c6b35f350649dcee
Author: Noel Grandin <noel.grandin at collabora.co.uk>
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 <ci at libreoffice.org>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>

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" );
 }
 


More information about the Libreoffice-commits mailing list