Commit a8fa4b0c authored by Clément Fauconnier's avatar Clément Fauconnier

fixed an issue where the cursor was no longer blinking after a color change

parent 7e324283
......@@ -376,6 +376,7 @@ void UBGraphicsTextItemDelegate::pickColor()
UBGraphicsTextItem::lastUsedTextColor = selectedColor;
delegated()->setSelected(true);
delegated()->document()->adjustSize();
delegated()->contentsChanged();
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment