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

inizialized variable

preferencesAboutTextFull
Claudio Valerio 11 years ago
parent e6b64d6e99
commit e3c3509deb
  1. 2
      src/web/browser/WBTabWidget.cpp

@ -844,7 +844,7 @@ QRect WBTabWidget::addTabButtonRect()
{
QRect lastTabRect = tabBar()->tabRect(tabBar()->count() -1);
int x = lastTabRect.topRight().x();
int y;
int y = 0;
if (tabPosition() == QTabWidget::North)
y = lastTabRect.topRight().y();

Loading…
Cancel
Save