diff -r 4244bcd9e6ea -r 325958acb69b headingobj.cpp --- a/headingobj.cpp Thu Sep 22 12:56:05 2005 +0000 +++ b/headingobj.cpp Mon Oct 10 11:20:25 2005 +0000 @@ -95,6 +95,7 @@ t->setColor (color); t->setZ(Z_TEXT); t->setText(s); + t->setTextFlags(Qt::AlignLeft); t->show(); return t; }