Kaydet (Commit) 23cd36d8 authored tarafından matteocam's avatar matteocam Kaydeden (comit) Fridrich Štrba

Fixed color problem

Change-Id: I7e9340ebab26d3c979571155a3e9d051c41c58f4
(cherry picked from commit aa7d4039)
üst be085bf5
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment