Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/fecd1f95c73062bc33efa9bdcd44e5e7674701f4?style=split&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Useless comment removed.

preferencesAboutTextFull
Aleksei Kanash 13 years ago
parent 92c44dc05f
commit fecd1f95c7
  1. 1
      src/domain/UBGraphicsItemDelegate.cpp

@ -418,7 +418,6 @@ bool UBGraphicsItemDelegate::isLocked()
void UBGraphicsItemDelegate::duplicate() void UBGraphicsItemDelegate::duplicate()
{ {
// TODO UB 4.x .. rewrite .. .this is absurde ... we know what we are duplicating
UBApplication::boardController->duplicateItem(dynamic_cast<UBItem*>(delegated())); UBApplication::boardController->duplicateItem(dynamic_cast<UBItem*>(delegated()));
} }

Loading…
Cancel
Save