Merge pull request #1164 from Technius/issue-1163

Fix cursor not reappearing after editing text in new input system
presentation
Bryan Tan 7 years ago committed by GitHub
commit 1b69019c98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/gui/inputdevices/PenInputHandler.cpp

@ -289,6 +289,7 @@ bool PenInputHandler::actionMotion(GdkEvent* event)
// Update the cursor
xournal->view->getCursor()->setInsidePage(currentPage != nullptr);
xournal->view->getCursor()->setInvisible(false);
// Selections and single-page elements will always work on one page so we need to handle them differently
if (this->sequenceStartPage && toolHandler->isSinglePageTool())

Loading…
Cancel
Save