Minor changes

Change-Id: Ic86a37a678648b0ab2facac3e55f54067124657e
(cherry picked from commit aed0076e9908a9a660bb635b1b342ede558f43bf)
This commit is contained in:
matteocam
2014-06-13 17:27:18 +02:00
committed by Fridrich Štrba
parent 9596fe49eb
commit 7bb6020ead

View File

@@ -196,7 +196,7 @@ namespace drawinglayer
// set fill Color if underlined // set fill Color if underlined
if ( eFontUnderline != UNDERLINE_NONE ) if ( eFontUnderline != UNDERLINE_NONE )
{ {
aFillColor = RGB_COLORDATA(0x66, 0x66, 0xff) Color aFillColor = RGB_COLORDATA(0x66, 0x66, 0xff);
aFont.SetFillColor(aFillColor); aFont.SetFillColor(aFillColor);
aFont.SetTransparent(false); aFont.SetTransparent(false);
} }