summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2022-06-16 01:07:31 +0300
committerMaxim Monastirsky <momonasmon@gmail.com>2022-06-16 14:00:12 +0200
commit48ca2336251d62ac2e90300cd9945fb84b1cddd8 (patch)
tree6389c48001d96114ed6c00d21dc775a29ecf13dd /framework
parent970f03cb9ed68d249fe04cff7d4aa15b0f2c6c35 (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')
-rw-r--r--framework/source/uielement/toolbarwrapper.cxx2
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