Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/a8fa4b0caac56132b898ae4a1969620a4228bb59 You should set ROOT_URL correctly, otherwise the web may not work correctly.

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

preferencesAboutTextFull
Clément Fauconnier 6 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