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

Rizal Muttaqin (via logerrit) logerrit at kemper.freedesktop.org
Mon May 11 17:40:24 UTC 2020


 sw/source/core/view/pagepreviewlayout.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f3a4869ca3e617221020a0b8fe5fa0f41ec66aa5
Author:     Rizal Muttaqin <riz_17_oke at yahoo.co.id>
AuthorDate: Wed May 6 10:44:09 2020 +0700
Commit:     Heiko Tietze <heiko.tietze at documentfoundation.org>
CommitDate: Mon May 11 19:39:44 2020 +0200

    tdf#129235 Change the color of active page border in Print Preview
    
    Change-Id: I12fc5fd2daf37d6f1c5648d2329d9748abfac72a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93521
    Tested-by: Jenkins
    Reviewed-by: Heiko Tietze <heiko.tietze at documentfoundation.org>

diff --git a/sw/source/core/view/pagepreviewlayout.cxx b/sw/source/core/view/pagepreviewlayout.cxx
index d4d628dce507..b3b08c25a513 100644
--- a/sw/source/core/view/pagepreviewlayout.cxx
+++ b/sw/source/core/view/pagepreviewlayout.cxx
@@ -1210,7 +1210,7 @@ void SwPagePreviewLayout::PaintSelectMarkAtPage(vcl::RenderContext& rRenderConte
     Color aLine( pOutputDev->GetLineColor() );
 
     // determine selection mark color
-    Color aSelPgLineColor(COL_LIGHTBLUE);
+    Color aSelPgLineColor(117, 114, 106);
     const StyleSettings& rSettings =
         mrParentViewShell.GetWin()->GetSettings().GetStyleSettings();
     if ( rSettings.GetHighContrastMode() )


More information about the Libreoffice-commits mailing list