/trunk/Scribus/scribus/story.cpp |
---|
705,13 → 705,7 |
Text += ch; |
} |
if (pa < StyledText.nrOfParagraphs()-1) |
{ |
setAlign(Ali); |
setStyle(Csty); |
Text += "\n"; |
insertPlainText(Text); |
Text = ""; |
} |
} |
setAlign(Ali); |
setStyle(Csty); |
830,9 → 824,7 |
charF.setVerticalAlignment(QTextCharFormat::AlignSubScript); |
else |
charF.setVerticalAlignment(QTextCharFormat::AlignNormal); |
QTextCursor tCursor = textCursor(); |
tCursor.setCharFormat(charF); |
setTextCursor(tCursor); |
textCursor().setCharFormat(charF); |
--blockContentsChangeHook; |
} |