diff options
Diffstat (limited to 'dw/textblock.cc')
-rw-r--r-- | dw/textblock.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/textblock.cc b/dw/textblock.cc index a45b3da5..6a75dc96 100644 --- a/dw/textblock.cc +++ b/dw/textblock.cc @@ -87,7 +87,7 @@ void Textblock::WordImgRenderer::getBgArea (int *x, int *y, int *width, void Textblock::WordImgRenderer::getRefArea (int *xRef, int *yRef, int *widthRef, int *heightRef) { - // See comment in Widget::drawBox about the reference area.q + // See comment in Widget::drawBox about the reference area. textblock->getPaddingArea (xRef, yRef, widthRef, heightRef); } |