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

toggleFinder logic only on osx

preferencesAboutTextFull
Clément Fauconnier 5 years ago
parent 8ccf7480c4
commit 7e49eabab4
  1. 3
      src/desktop/UBDesktopAnnotationController.cpp

@ -374,7 +374,7 @@ void UBDesktopAnnotationController::close()
void UBDesktopAnnotationController::stylusToolChanged(int tool) void UBDesktopAnnotationController::stylusToolChanged(int tool)
{ {
Q_UNUSED(tool); Q_UNUSED(tool);
#ifdef Q_OS_OSX
if (UBDrawingController::drawingController()->isInDesktopMode()) if (UBDrawingController::drawingController()->isInDesktopMode())
{ {
UBStylusTool::Enum eTool = (UBStylusTool::Enum)tool; UBStylusTool::Enum eTool = (UBStylusTool::Enum)tool;
@ -389,6 +389,7 @@ void UBDesktopAnnotationController::stylusToolChanged(int tool)
updateBackground(); updateBackground();
} }
#endif
} }

Loading…
Cancel
Save