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

revert focusChanged changes

preferencesAboutTextFull
Clément Fauconnier 7 years ago
parent c72919f14e
commit 0469622221
  1. 2
      src/document/UBDocumentController.cpp

@ -3009,12 +3009,10 @@ void UBDocumentController::focusChanged(QWidget *old, QWidget *current)
if (current == mDocumentUI->thumbnailWidget)
{
/*
if (mDocumentUI->thumbnailWidget->selectedItems().count() > 0)
mSelectionType = Page;
else
mSelectionType = None;
*/
}
else if (current == mDocumentUI->documentTreeView)
{

Loading…
Cancel
Save