aboutsummaryrefslogtreecommitdiffstats
path: root/plugin/cursornavigationattached.cpp
diff options
context:
space:
mode:
authorAntti Hölttä <AHoelttae@luxoft.com>2018-12-04 14:48:36 +0100
committerAntti Hölttä <AHoelttae@luxoft.com>2019-03-18 16:33:53 +0100
commitc58955328688a73bea53f65cd38dd3f07229b3e9 (patch)
tree33ae5c8968d40c18cc9a7ddfd3e1a19efd579be5 /plugin/cursornavigationattached.cpp
parent7a99a87e91f316e312bef8260534748d8b0df12c (diff)
cursor trapping and navigation out of a scope works now as intended
done by precopying the list of candidates. Could avoid extra list copies if the algorithm traversed the tree, but this is simpler and works for now
Diffstat (limited to 'plugin/cursornavigationattached.cpp')
-rw-r--r--plugin/cursornavigationattached.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/cursornavigationattached.cpp b/plugin/cursornavigationattached.cpp
index 1c68ac9..6808922 100644
--- a/plugin/cursornavigationattached.cpp
+++ b/plugin/cursornavigationattached.cpp
@@ -9,6 +9,7 @@ m_cursorNavigation(nullptr),
m_parentNavigable(nullptr),
m_acceptsCursor(true),
m_hasCursor(false),
+m_trapsCursor(false),
m_escapeTarget(nullptr)
{
if (parent)