|
|
@ -339,7 +339,10 @@ void UBGraphicsTextItemDelegate::pickFont() |
|
|
|
curCursor.mergeCharFormat(format); |
|
|
|
curCursor.mergeCharFormat(format); |
|
|
|
|
|
|
|
|
|
|
|
delegated()->setTextCursor(curCursor); |
|
|
|
delegated()->setTextCursor(curCursor); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (curCursor.selectedText().length() == 0) |
|
|
|
delegated()->setFont(selectedFont); |
|
|
|
delegated()->setFont(selectedFont); |
|
|
|
|
|
|
|
|
|
|
|
delegated()->setSelected(true); |
|
|
|
delegated()->setSelected(true); |
|
|
|
delegated()->document()->adjustSize(); |
|
|
|
delegated()->document()->adjustSize(); |
|
|
|
delegated()->contentsChanged(); |
|
|
|
delegated()->contentsChanged(); |
|
|
|