Commit 01bfc27f authored by Craig Watson's avatar Craig Watson

Hide OSK when closing OpenBoard

parent f7ed005a
......@@ -1803,6 +1803,7 @@ void UBBoardController::closing()
{
mIsClosing = true;
ClearUndoStack();
showKeyboard(false);
lastWindowClosed();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment