[Libreoffice-commits] core.git: sfx2/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Fri Mar 19 20:04:04 UTC 2021
sfx2/source/sidebar/SidebarController.cxx | 4 ----
1 file changed, 4 deletions(-)
New commits:
commit 3f0995d665a892bbc9d4cd01842da145bac8f488
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Fri Mar 19 13:07:29 2021 +0000
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Fri Mar 19 21:03:22 2021 +0100
shouldn't have to force a redraw for desktop either
Change-Id: Id76dd8241d505011535c34d4de09a7f5320e5433
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112747
Tested-by: Caolán McNamara <caolanm at redhat.com>
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/sfx2/source/sidebar/SidebarController.cxx b/sfx2/source/sidebar/SidebarController.cxx
index 40b48b790782..f839fd98e0a9 100644
--- a/sfx2/source/sidebar/SidebarController.cxx
+++ b/sfx2/source/sidebar/SidebarController.cxx
@@ -828,10 +828,6 @@ void SidebarController::SwitchToDeck (
msCurrentDeckId = rDeckDescriptor.msId;
}
- // invisible with LOK, so avoid invalidations
- if (!comphelper::LibreOfficeKit::isActive())
- mpTabBar->Invalidate();
-
mpTabBar->HighlightDeck(msCurrentDeckId);
// Determine the panels to display in the deck.
More information about the Libreoffice-commits
mailing list