diff options
author | corvid <corvid@lavabit.com> | 2009-09-26 00:58:46 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-09-26 00:58:46 +0000 |
commit | e12b439404e7adeeb8fb3aa4577b0f7dc08bb192 (patch) | |
tree | 83f38a810b5291d0854dcb901f086d5c27bf4d2b /dw | |
parent | 534c03ef286a503d9f962786a890332986539526 (diff) |
comment
Diffstat (limited to 'dw')
-rw-r--r-- | dw/textblock.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dw/textblock.cc b/dw/textblock.cc index da376dce..feff008d 100644 --- a/dw/textblock.cc +++ b/dw/textblock.cc @@ -273,6 +273,8 @@ void Textblock::getExtremesImpl (core::Extremes *extremes) // word_extremes.maxWidth); } + /* This "line->lastWord >= line->firstWord" test seems questionable */ + if ((line->lastWord >= line->firstWord && words->getRef(line->lastWord)->content.type == core::Content::BREAK ) || |