impress181: #i107457#: applied patch (WMF/EMF import, text background is now correctly set)
This commit is contained in:
parent
66ad3e12c9
commit
26e6d1abc8
@ -1522,9 +1522,9 @@ void WinMtfOutput::DrawText( Point& rPosition, String& rText, sal_Int32* pDXArry
|
||||
aTmp.SetFillColor( maBkColor );
|
||||
|
||||
if( mnBkMode == TRANSPARENT )
|
||||
maFont.SetTransparent( sal_True );
|
||||
aTmp.SetTransparent( sal_True );
|
||||
else
|
||||
maFont.SetTransparent( sal_False );
|
||||
aTmp.SetTransparent( sal_False );
|
||||
|
||||
if ( ( mnTextAlign & TA_BASELINE) == TA_BASELINE )
|
||||
aTmp.SetAlign( ALIGN_BASELINE );
|
||||
|
Loading…
x
Reference in New Issue
Block a user