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

SANKORE-342 fix "drag&drop" from library palette to computer desktop are "moved". now copied

preferencesAboutTextFull
Anatoly Mihalchenko 14 years ago
parent f7a2d469d3
commit 29b8bc02c1
  1. 2
      src/gui/UBThumbnailWidget.cpp

@ -368,7 +368,7 @@ void UBThumbnailWidget::mouseMoveEvent(QMouseEvent *event)
if (qlElements.size() > 0){
mime->setUrls(qlElements);
drag->setMimeData(mime);
drag->exec();
drag->exec(Qt::CopyAction);
}
}
}

Loading…
Cancel
Save