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

New commits:
commit 65dc2a8948fb24bd82470ea40820c6183e479c43
Author:     Szymon Kłos <szymon.k...@collabora.com>
AuthorDate: Fri Jul 9 17:33:31 2021 +0200
Commit:     Szymon Kłos <szymon.k...@collabora.com>
CommitDate: Wed Jul 21 08:50:36 2021 +0200

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

diff --git a/sfx2/source/control/unoctitm.cxx b/sfx2/source/control/unoctitm.cxx
index bc07f2af71d3..cf6985ecedda 100644
--- a/sfx2/source/control/unoctitm.cxx
+++ b/sfx2/source/control/unoctitm.cxx
@@ -1103,7 +1103,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;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to