Minor changes
Change-Id: Ic86a37a678648b0ab2facac3e55f54067124657e (cherry picked from commit aed0076e9908a9a660bb635b1b342ede558f43bf)
This commit is contained in:
parent
9596fe49eb
commit
7bb6020ead
@ -196,7 +196,7 @@ namespace drawinglayer
|
||||
// set fill Color if underlined
|
||||
if ( eFontUnderline != UNDERLINE_NONE )
|
||||
{
|
||||
aFillColor = RGB_COLORDATA(0x66, 0x66, 0xff)
|
||||
Color aFillColor = RGB_COLORDATA(0x66, 0x66, 0xff);
|
||||
aFont.SetFillColor(aFillColor);
|
||||
aFont.SetTransparent(false);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user