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

Fix to SANKORE-629.

D'n'D in widgets works fine now.
preferencesAboutTextFull
Aleksei Kanash 13 years ago
parent bc941dd41a
commit 2a1ff6ad51
  1. 2
      src/domain/UBGraphicsItemDelegate.cpp

@ -227,7 +227,7 @@ bool UBGraphicsItemDelegate::mouseMoveEvent(QGraphicsSceneMouseEvent *event)
return true;
}
else
return true;
return false;
}
bool UBGraphicsItemDelegate::weelEvent(QGraphicsSceneWheelEvent *event)

Loading…
Cancel
Save