[Libreoffice-commits] core.git: Branch 'distro/collabora/co-2021' - sfx2/source

Szymon KÅ‚os (via logerrit) logerrit at kemper.freedesktop.org
Fri Jul 9 15:55:44 UTC 2021


 sfx2/source/control/unoctitm.cxx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 5229bfbc73f9051f59d50502921709006a14d7ea
Author:     Szymon Kłos <szymon.klos at collabora.com>
AuthorDate: Fri Jul 9 17:33:31 2021 +0200
Commit:     Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Fri Jul 9 17:55:11 2021 +0200

    jsdialog: send GlowColor state updates
    
    Change-Id: I27e14610d7df231f05bd27ad3ce121361e198c2d
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118693
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Szymon Kłos <szymon.klos at collabora.com>

diff --git a/sfx2/source/control/unoctitm.cxx b/sfx2/source/control/unoctitm.cxx
index f8039ca9d4b7..256ed9f744b3 100644
--- a/sfx2/source/control/unoctitm.cxx
+++ b/sfx2/source/control/unoctitm.cxx
@@ -1071,7 +1071,8 @@ static void InterceptLOKStateChangeEvent(sal_uInt16 nSID, SfxViewFrame* pViewFra
              aEvent.FeatureURL.Path == "CharBackColor" ||
              aEvent.FeatureURL.Path == "Color" ||
              aEvent.FeatureURL.Path == "FontColor" ||
-             aEvent.FeatureURL.Path == "FrameLineColor")
+             aEvent.FeatureURL.Path == "FrameLineColor" ||
+             aEvent.FeatureURL.Path == "GlowColor")
     {
         sal_Int32 nColor = -1;
         aEvent.State >>= nColor;


More information about the Libreoffice-commits mailing list