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

restored good version

preferencesAboutTextFull
Claudio Valerio 14 years ago
parent 08f9384b43
commit 91621dbb9b
  1. 2
      src/core/UBDisplayManager.cpp

@ -48,7 +48,7 @@ UBDisplayManager::UBDisplayManager(QObject *parent)
void UBDisplayManager::initScreenIndexes()
{
int screenCount = 1;//numScreens();
int screenCount = numScreens();
mScreenIndexesRoles.clear();

Loading…
Cancel
Save