Kaydet (Commit) b6e200a2 authored tarafından Caolán McNamara's avatar Caolán McNamara

fix annoying debugging-mode crash

üst 7c89bc26
......@@ -588,7 +588,9 @@ namespace cairocanvas
nWidth,
(int) rOutpos.X(),
(int) rOutpos.Y(),
cairo_glyphs[0].index, cairo_glyphs[1].index, cairo_glyphs[2].index,
cairo_glyphs.size() > 0 ? cairo_glyphs[0].index : -1,
cairo_glyphs.size() > 1 ? cairo_glyphs[1].index : -1,
cairo_glyphs.size() > 2 ? cairo_glyphs[2].index : -1,
maLogicalAdvancements.getLength() ? "ADV " : "",
rSysFontData.bAntialias ? "AA " : "",
rSysFontData.bFakeBold ? "FB " : "",
......
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