[Libreoffice-commits] core.git: sd/source

Jim Raykowski (via logerrit) logerrit at kemper.freedesktop.org
Thu Dec 3 20:37:13 UTC 2020


 sd/source/ui/view/frmview.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 70fd160ea0c2a2afeee520f450f1ed4f81fa88f3
Author:     Jim Raykowski <raykowj at gmail.com>
AuthorDate: Tue Dec 1 00:02:25 2020 -0900
Commit:     Jim Raykowski <raykowj at gmail.com>
CommitDate: Thu Dec 3 21:36:33 2020 +0100

    tdf#34828 sd navigator: make 'All shapes' the default
    
    Change-Id: If0b2f3054bcb94f08df2dcfdee87e7c5a7ef2a98
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106955
    Tested-by: Jenkins
    Reviewed-by: Jim Raykowski <raykowj at gmail.com>

diff --git a/sd/source/ui/view/frmview.cxx b/sd/source/ui/view/frmview.cxx
index e78fcbda7a6f..db7065f195df 100644
--- a/sd/source/ui/view/frmview.cxx
+++ b/sd/source/ui/view/frmview.cxx
@@ -227,7 +227,7 @@ FrameView::FrameView(SdDrawDocument* pDrawDoc, FrameView* pFrameView /* = NULL *
             bool bUseContrast = Application::GetSettings().GetStyleSettings().GetHighContrastMode();
             mnDrawMode = bUseContrast ? OUTPUT_DRAWMODE_CONTRAST : OUTPUT_DRAWMODE_COLOR;
         }
-        mbIsNavigatorShowingAllShapes = false;
+        mbIsNavigatorShowingAllShapes = true;
         SetPreviousViewShellType (ViewShell::ST_NONE);
         SetViewShellTypeOnLoad (ViewShell::ST_IMPRESS);
 


More information about the Libreoffice-commits mailing list