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

Hide OSK when closing OpenBoard

preferencesAboutTextFull
Craig Watson 9 years ago
parent f7ed005a69
commit 01bfc27f87
  1. 1
      src/board/UBBoardController.cpp

@ -1803,6 +1803,7 @@ void UBBoardController::closing()
{ {
mIsClosing = true; mIsClosing = true;
ClearUndoStack(); ClearUndoStack();
showKeyboard(false);
lastWindowClosed(); lastWindowClosed();
} }

Loading…
Cancel
Save