From 84ed792e46f7dde0be7cecb162d3c660d8b208d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antti=20H=C3=B6ltt=C3=A4?= Date: Tue, 19 Feb 2019 10:32:26 +0100 Subject: Bugfix: acceptsCursor should be set to false by default. Otherwise items that are not supposed to get the cursor may receive it. --- plugin/cursornavigationattached.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin/cursornavigationattached.cpp') diff --git a/plugin/cursornavigationattached.cpp b/plugin/cursornavigationattached.cpp index 39a7888..a897327 100644 --- a/plugin/cursornavigationattached.cpp +++ b/plugin/cursornavigationattached.cpp @@ -8,7 +8,7 @@ CursorNavigationAttached::CursorNavigationAttached(QQuickItem *parent) :QObject(parent), m_cursorNavigation(nullptr), m_parentNavigable(nullptr), -m_acceptsCursor(true), +m_acceptsCursor(false), m_hasCursor(false), m_trapsCursor(false), m_escapeTarget(nullptr) -- cgit v1.2.3