sw/source/uibase/shells/drwtxtex.cxx | 4 ++++ 1 file changed, 4 insertions(+)
New commits: commit 90fcd86c0c4566b7bcb2d5c1d38d55fb13021525 Author: Gülşah Köse <gulsah.k...@collabora.com> AuthorDate: Fri Jun 13 13:15:41 2025 +0300 Commit: Gülşah Köse <gulsah.k...@collabora.com> CommitDate: Thu Jul 3 12:04:30 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> (cherry picked from commit 12d98f7c55ef87ec488472de22bc4aca89243f53) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/186557 Tested-by: Jenkins diff --git a/sw/source/uibase/shells/drwtxtex.cxx b/sw/source/uibase/shells/drwtxtex.cxx index 5433b3096417..9d9809e7ecaa 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: