Fix to SANKORE-408.

preferencesAboutTextFull
Aleksei Kanash 13 years ago
parent 9df0997b31
commit d05325330c
  1. 1
      src/domain/UBGraphicsTextItemDelegate.cpp

@ -309,6 +309,7 @@ void UBGraphicsTextItemDelegate::ChangeTextSize(int delta)
int iCursorPos = startPos;
// we search continuous blocks of the text with the same PointSize and allpy new settings for them.
cursor.setPosition (startPos, QTextCursor::MoveAnchor);
while(iCursorPos < endPos)
{
bEndofTheSameBlock = false;

Loading…
Cancel
Save