diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2022-06-16 01:07:31 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2022-06-16 14:00:12 +0200 |
commit | 48ca2336251d62ac2e90300cd9945fb84b1cddd8 (patch) | |
tree | 6389c48001d96114ed6c00d21dc775a29ecf13dd /framework/source/uielement/toolbarwrapper.cxx | |
parent | 970f03cb9ed68d249fe04cff7d4aa15b0f2c6c35 (diff) |
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 <momonasmon@gmail.com>
Diffstat (limited to 'framework/source/uielement/toolbarwrapper.cxx')
-rw-r--r-- | framework/source/uielement/toolbarwrapper.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
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 |