framework/source/uielement/toolbarwrapper.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 48ca2336251d62ac2e90300cd9945fb84b1cddd8
Author:     Maxim Monastirsky <momonas...@gmail.com>
AuthorDate: Thu Jun 16 01:07:31 2022 +0300
Commit:     Maxim Monastirsky <momonas...@gmail.com>
CommitDate: Thu Jun 16 14:00:12 2022 +0200

    tdf#125040 Avoid flickering on context change
    
    Change-Id: I442fada34e10fe13e68987abba34969a8ab50bc5
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135958
    Tested-by: Jenkins
    Reviewed-by: Maxim Monastirsky <momonas...@gmail.com>

diff --git a/framework/source/uielement/toolbarwrapper.cxx 
b/framework/source/uielement/toolbarwrapper.cxx
index 146cddf2867d..9acbe7ca7b55 100644
--- a/framework/source/uielement/toolbarwrapper.cxx
+++ b/framework/source/uielement/toolbarwrapper.cxx
@@ -130,6 +130,8 @@ void SAL_CALL ToolBarWrapper::initialize( const Sequence< 
Any >& aArguments )
         catch( const Exception& )
         {
         }
+        // Avoid flickering on context change
+        bPopupMode = true;
     }
 
     // Create VCL based toolbar which will be filled with settings data

Reply via email to