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

Fixed SANKORE-1017.

Аudio widget is not update button view.
preferencesAboutTextFull
Guillaume Burel 13 years ago
parent 8feabdb5b4
commit a17f31f3ce
  1. 1
      src/domain/UBGraphicsItemDelegate.cpp

@ -58,6 +58,7 @@ DelegateButton::DelegateButton(const QString & fileName, QGraphicsItem* pDelegat
{
setAcceptedMouseButtons(Qt::LeftButton);
setData(UBGraphicsItemData::ItemLayerType, QVariant(UBItemLayerType::Control));
setCacheMode(QGraphicsItem::NoCache); /* because of SANKORE-1017: this allows pixmap to be refreshed when grabbing window, thus teacher screen is synchronized with main screen. */
}
DelegateButton::~DelegateButton()

Loading…
Cancel
Save