sw/source/uibase/shells/drwtxtex.cxx | 4 ++++ 1 file changed, 4 insertions(+)
New commits: commit 12d98f7c55ef87ec488472de22bc4aca89243f53 Author: Gülşah Köse <gulsah.k...@collabora.com> AuthorDate: Fri Jun 13 13:15:41 2025 +0300 Commit: Szymon Kłos <szymon.k...@collabora.com> CommitDate: Fri Jun 13 15:19:45 2025 +0200 ONLINE: Fix the problem with changing text box font color. Signed-off-by: Gülşah Köse <gulsah.k...@collabora.com> Change-Id: Ia39bda929964ae55a2c032a8c386ef77342b2d0d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/186454 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com> Reviewed-by: Szymon Kłos <szymon.k...@collabora.com> diff --git a/sw/source/uibase/shells/drwtxtex.cxx b/sw/source/uibase/shells/drwtxtex.cxx index 7ca27451c256..beec3dbe7705 100644 --- a/sw/source/uibase/shells/drwtxtex.cxx +++ b/sw/source/uibase/shells/drwtxtex.cxx @@ -164,6 +164,10 @@ void SwDrawTextShell::Execute( SfxRequest &rReq ) rReq.SetSlot(SID_ATTR_CHAR_COLOR); } } + else + { + nEEWhich = EE_CHAR_COLOR; + } } break; case SID_ATTR_CHAR_BACK_COLOR: