Michael Gerz <[EMAIL PROTECTED]> writes: | Angus Leeming wrote: > >>I suspect that you mean to pass "s" to rectText, no? >> >> + string const s = undefined() ? + _("Undef: ") + >> params_.type : params_.type; >>+ font_metrics::rectText(s, font, w, a, d); >> > | Oops, you are right! Which means that there was another bug in the | code, since I copied these statements from method "draw". > | I fixed the code in both metrics() and draw(). > | Lars, OK? Do you accept this as a bug fix?
ok -- Lgb