Kaydet (Commit) 33384f3d authored tarafından matteocam's avatar matteocam

Changed SetFillColor to SetTextFillColor

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