summaryrefslogtreecommitdiff
path: root/vcl/source/outdev/font.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/outdev/font.cxx')
-rw-r--r--vcl/source/outdev/font.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/outdev/font.cxx b/vcl/source/outdev/font.cxx
index b62c037a2db7..4198cf334a15 100644
--- a/vcl/source/outdev/font.cxx
+++ b/vcl/source/outdev/font.cxx
@@ -92,7 +92,7 @@ void OutputDevice::SetFont( const vcl::Font& rNewFont )
// with COL_BLACK)
if( aFont.GetColor() != COL_TRANSPARENT )
{
- mpAlphaVDev->SetTextColor( COL_BLACK );
+ mpAlphaVDev->SetTextColor( COL_ALPHA_OPAQUE );
aFont.SetColor( COL_TRANSPARENT );
}