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

Changed SetFillColor to SetTextFillColor

Change-Id: I3c19ac80318733ccae1e8829e3269ec8c716869e
(cherry picked from commit 33384f3d)
üst 23cd36d8
......@@ -481,7 +481,7 @@ void OutputDevice::ImplDrawText( SalLayout& rSalLayout )
// set right background
Color aColor = COL_BLUE;
// SetBackground does not work
SetFillColor(aColor);
SetTextFillColor(aColor);
}
if( IsTextFillColor() )
......
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