[Uml-devel] kdesdk/umbrello/umbrello
Klas Kalass
klas.kalass at gmx.de
Sat Mar 29 04:21:13 UTC 2003
CVS commit by kalass:
after a linebreak, always start at the beginning of the next line and not wherevever textX may point to
M +1 -1 notewidget.cpp 1.5
--- kdesdk/umbrello/umbrello/notewidget.cpp #1.4:1.5
@@ -186,6 +186,6 @@ void NoteWidget::drawText(QPainter & p,
else
p.drawText( offsetX + textX, offsetY + textY , textWidth, fontHeight, AlignLeft, word );
- textX = textWidth;
}//end if
+ textX = margin;
textY += fontHeight;
word = "";
More information about the umbrello-devel
mailing list