sfx2/source/sidebar/SidebarController.cxx |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit 3f0995d665a892bbc9d4cd01842da145bac8f488
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Fri Mar 19 13:07:29 2021 +0000
Commit:     Caolán McNamara <caol...@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 <caol...@redhat.com>
    Reviewed-by: Caolán McNamara <caol...@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.
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to