diff --git a/src/domain/UBGraphicsTextItemDelegate.cpp b/src/domain/UBGraphicsTextItemDelegate.cpp index a2f711fb..49f27c90 100644 --- a/src/domain/UBGraphicsTextItemDelegate.cpp +++ b/src/domain/UBGraphicsTextItemDelegate.cpp @@ -376,6 +376,7 @@ void UBGraphicsTextItemDelegate::pickColor() UBGraphicsTextItem::lastUsedTextColor = selectedColor; delegated()->setSelected(true); + delegated()->document()->adjustSize(); delegated()->contentsChanged(); } }