summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Raykowski <raykowj@gmail.com>2020-12-01 00:02:25 -0900
committerJim Raykowski <raykowj@gmail.com>2020-12-03 21:36:33 +0100
commit70fd160ea0c2a2afeee520f450f1ed4f81fa88f3 (patch)
treea858a7d75241e990c4811c8f2a4a2e5e31629917
parent9b12f2fe15403ab0a82abd11ba14dae4a70774a6 (diff)
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@gmail.com>
-rw-r--r--sd/source/ui/view/frmview.cxx2
1 files changed, 1 insertions, 1 deletions
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);