diff --git a/ui/pageviewannotator.cpp b/ui/pageviewannotator.cpp index 52f690289..84ac28355 100644 --- a/ui/pageviewannotator.cpp +++ b/ui/pageviewannotator.cpp @@ -527,7 +527,7 @@ public: selection = std::move(newselection); } } - } else if (type == Release && selection) { + } else if (type == Release) { m_creationCompleted = true; } return rect;