#i111538# fix high contrast rendering for annotations in impress
This commit is contained in:
parent
515792c312
commit
0713976e55
1 changed files with 1 additions and 1 deletions
|
@ -3613,7 +3613,7 @@ void ImpEditEngine::Paint( ImpEditView* pView, const Rectangle& rRec, sal_Bool b
|
|||
ContentNode* pNode = GetEditDoc().SaveGetObject( 0 );
|
||||
SeekCursor( pNode, 1, aTmpFont );
|
||||
Color aFontColor( aTmpFont.GetColor() );
|
||||
if( aFontColor == COL_AUTO )
|
||||
if( (aFontColor == COL_AUTO) || IsForceAutoColor() )
|
||||
aFontColor = GetAutoColor();
|
||||
|
||||
// #i69346# check for reverse color of input method attribute
|
||||
|
|
Loading…
Reference in a new issue