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

fixed addItemToLibrary methods

preferencesAboutTextFull
Claudio Valerio 14 years ago
parent 7bda3cd76b
commit b264964c4e
  1. 4
      src/board/UBBoardPaletteManager.cpp

@ -562,7 +562,9 @@ void UBBoardPaletteManager::addItemToLibrary()
, Qt::KeepAspectRatio, Qt::SmoothTransformation);
}
QImage image = mPixmap.toImage();
//UBApplication::boardController->libraryController()->importImageOnLibrary(image);
// TODO:Claudio
// This is a wrong way of calling importImageOnLibrary but for the moment it works because element on mRightPalette are predefined.
mRightPalette->libWidget()->libNavigator()->libraryWidget()->libraryController()->importImageOnLibrary(image);
}
else

Loading…
Cancel
Save