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

New commits:
commit 70fd160ea0c2a2afeee520f450f1ed4f81fa88f3
Author:     Jim Raykowski <rayk...@gmail.com>
AuthorDate: Tue Dec 1 00:02:25 2020 -0900
Commit:     Jim Raykowski <rayk...@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 <rayk...@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);
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to