Kaydet (Commit) eb6b39c3 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Add TODO. Text rendering is still weird.

Change-Id: I2da98a82f2d2407f48960a4e53643cee63b4844d
üst 31e5afcd
......@@ -934,7 +934,9 @@ void ScGridWindow::PaintTile( VirtualDevice& rDevice,
aOutData.DrawShadow();
aOutData.DrawFrame();
// TODO : Scaling of strings is incorrect. Find out why.
aOutData.DrawStrings(true);
// TODO : Edit texts don't get rendered at all. Fix this.
aOutData.DrawEdit(true);
}
......
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