changeset 33 | 3e2da88830cd |
parent 18 | 2f34d5167611 |
--- a/src/gui/text/qtextlist.cpp Tue Jul 06 15:10:48 2010 +0300 +++ b/src/gui/text/qtextlist.cpp Wed Aug 18 10:37:55 2010 +0300 @@ -262,7 +262,7 @@ default: Q_ASSERT(false); } - if (blockFormat.layoutDirection() == Qt::RightToLeft) + if (blockIt.textDirection() == Qt::RightToLeft) return result.prepend(QLatin1Char('.')); return result + QLatin1Char('.'); }