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

fixed issue with align button that wasn't deleted

preferencesAboutTextFull
-f 11 years ago
parent 59133e42f5
commit 43ea8fc25b
  1. 6
      src/domain/UBGraphicsTextItemDelegate.cpp

@ -215,9 +215,9 @@ void UBGraphicsTextItemDelegate::freeButtons()
delete mIncreaseSizeButton;
mIncreaseSizeButton = 0;
mButtons.removeOne(mIncreaseSizeButton);
delete mIncreaseSizeButton;
mIncreaseSizeButton = 0;
mButtons.removeOne(mAlignButton);
delete mAlignButton;
mAlignButton = 0;
UBGraphicsItemDelegate::freeButtons();
}

Loading…
Cancel
Save