mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-20 01:04:34 +08:00
fix bug #53908
This commit is contained in:
@ -447,7 +447,8 @@ namespace DocFileFormat
|
||||
border->AppendAttribute( space );
|
||||
|
||||
XMLTools::XMLAttribute color( L"w:color" );
|
||||
color.SetValue( RGBColor( brc->cv, RedFirst ).SixDigitHexCode);
|
||||
color.SetValue(brc->getColor());
|
||||
|
||||
border->AppendAttribute( color );
|
||||
|
||||
if ( brc->fShadow )
|
||||
|
||||
Reference in New Issue
Block a user