diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-07-15 03:23:34 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-07-15 03:23:34 (GMT) |
commit | 7d49812197294dc0cb33e1ad0bd2d56e3557040a (patch) | |
tree | 20b5374253f75ff9281058f641faf4097a28b954 /src/declarative/util/qfxview.cpp | |
parent | cfe3f5eeb4c72afeab6bf12e27bcfd695156fa20 (diff) | |
download | Qt-7d49812197294dc0cb33e1ad0bd2d56e3557040a.zip Qt-7d49812197294dc0cb33e1ad0bd2d56e3557040a.tar.gz Qt-7d49812197294dc0cb33e1ad0bd2d56e3557040a.tar.bz2 |
Add experimental FocusRealm support.
Diffstat (limited to 'src/declarative/util/qfxview.cpp')
-rw-r--r-- | src/declarative/util/qfxview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/util/qfxview.cpp b/src/declarative/util/qfxview.cpp index 05acf87..e307232 100644 --- a/src/declarative/util/qfxview.cpp +++ b/src/declarative/util/qfxview.cpp @@ -163,7 +163,7 @@ void QFxViewPrivate::init() scene.setItemIndexMethod(QGraphicsScene::NoIndex); q->viewport()->setFocusPolicy(Qt::NoFocus); - + scene.setStickyFocus(true); //### needed for correct focus handling } /*! |