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

preferencesAboutTextFull
Clément Fauconnier 5 years ago
parent 7e324283b4
commit a8fa4b0caa
  1. 1
      src/domain/UBGraphicsTextItemDelegate.cpp

@ -376,6 +376,7 @@ void UBGraphicsTextItemDelegate::pickColor()
UBGraphicsTextItem::lastUsedTextColor = selectedColor;
delegated()->setSelected(true);
delegated()->document()->adjustSize();
delegated()->contentsChanged();
}
}

Loading…
Cancel
Save