| commit | 94811eac3bd3077b60029c52d7798bca9b3c877b | [log] |
|---|---|---|
| author | Caolán McNamara <caolanm@redhat.com> | Sun Aug 02 15:04:29 2020 +0100 |
| committer | Caolán McNamara <caolanm@redhat.com> | Sun Aug 02 17:43:28 2020 +0200 |
| tree | 28aa3c7d449baa951ddd6ea745b20f10f80206f2 | |
| parent | 9445a5633b167c84eb96c515f3ae765ab427442a [diff] |
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@redhat.com>
diff --git a/svx/source/tbxctrls/tbxcolorupdate.cxx b/svx/source/tbxctrls/tbxcolorupdate.cxx index 7c2b3bd..9d400ff 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 {