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

Use 1/100mm map mode for rendering edit text objects.

Change-Id: I0c82088342085c1b7d9aa3c6009684bc58a9fd21
üst 88562ee6
......@@ -945,7 +945,9 @@ void ScGridWindow::PaintTile( VirtualDevice& rDevice,
aOutData.DrawStrings(true);
// TODO : Edit texts don't get rendered at all. Fix this.
// Edit texts need 1/100mm map mode to be rendered correctly.
aNewMapMode.SetMapUnit(MAP_100TH_MM);
rDevice.SetMapMode(aNewMapMode);
aOutData.DrawEdit(true);
rDevice.SetMapMode(aOldMapMode);
......
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