Fixed color problem
Change-Id: I7e9340ebab26d3c979571155a3e9d051c41c58f4 (cherry picked from commit aa7d40399758c7f2270dfb0b71f4bcc39d0e24ea)
This commit is contained in:
committed by
Fridrich Štrba
parent
be085bf523
commit
23cd36d876
@@ -479,7 +479,7 @@ void OutputDevice::ImplDrawText( SalLayout& rSalLayout )
|
||||
*/
|
||||
if (mbTextBackground) {
|
||||
// set right background
|
||||
Color aColor = COL_PINK;
|
||||
Color aColor = COL_BLUE;
|
||||
// SetBackground does not work
|
||||
SetFillColor(aColor);
|
||||
}
|
||||
|
Reference in New Issue
Block a user