diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-11-24 16:30:24 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-11-24 21:33:17 +0100 |
commit | f1d5143c2f66936104f8236cc83417853d39f873 (patch) | |
tree | 2731afed8f22b2b4651332cf79eddd5a62c36225 /extensions | |
parent | ebe151d919a454f98c36013245bca9eb41d92707 (diff) |
Resolves: tdf#152157 show update icon on all menubars
and not just the active one, so they are of a consistent height with
eachother. BubbleWindow is only shown for the active one.
Change-Id: I157c8c8b0e2a219c20ffde01ec4a04ba93b7f0e1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143241
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/update/ui/updatecheckui.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/extensions/source/update/ui/updatecheckui.cxx b/extensions/source/update/ui/updatecheckui.cxx index 6a4a151b1a98..f7f1f011363b 100644 --- a/extensions/source/update/ui/updatecheckui.cxx +++ b/extensions/source/update/ui/updatecheckui.cxx @@ -163,10 +163,7 @@ void SAL_CALL UpdateCheckUI::documentEventOccured(const document::DocumentEvent& SolarMutexGuard aGuard; if( rEvent.EventName == "OnPrepareViewClosing" ) - { maBubbleManager.RemoveBubbleWindow(); - maBubbleManager.RemoveMenuBarIcon(); - } } void SAL_CALL UpdateCheckUI::disposing(const lang::EventObject&) |