[Libreoffice-commits] core.git: svx/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Sun Aug 2 15:44:07 UTC 2020
svx/source/tbxctrls/tbxcolorupdate.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 94811eac3bd3077b60029c52d7798bca9b3c877b
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Sun Aug 2 15:04:29 2020 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Sun Aug 2 17:43:28 2020 +0200
tdf#135121 don't fill the rectangle in the transparent case at all
leave the area untouched
Change-Id: Icf195d383271b92f6523f8c6b6bc3b87fcae00be
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99955
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/svx/source/tbxctrls/tbxcolorupdate.cxx b/svx/source/tbxctrls/tbxcolorupdate.cxx
index 7c2b3bd656a7..9d400ff3046d 100644
--- a/svx/source/tbxctrls/tbxcolorupdate.cxx
+++ b/svx/source/tbxctrls/tbxcolorupdate.cxx
@@ -205,7 +205,7 @@ namespace svx
if (bIsTransparent)
{
- pVirDev->SetFillColor(Color(255, 0, 0, 0));
+ pVirDev->SetFillColor();
}
else
{
More information about the Libreoffice-commits
mailing list