From d41c2a2b542f3e5894971210d8a92e48528501c8 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Tue, 11 Jan 2011 12:14:16 +0000 Subject: [PATCH] set corona stickyFocus property to true. This means that clicking on an inactive widget doesn't reset the focus, done for 2 reasons: * consistence: same behaviour as QWidgets and top level windows * bugfix: the plasmaboard on screen keyboard now can send input to desktop widgets svn path=/trunk/KDE/kdelibs/; revision=1213727 --- corona.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/corona.cpp b/corona.cpp index a476b10e1..5beabfec6 100644 --- a/corona.cpp +++ b/corona.cpp @@ -86,6 +86,7 @@ public: void init() { + q->setStickyFocus(true); configSyncTimer.setSingleShot(true); QObject::connect(&configSyncTimer, SIGNAL(timeout()), q, SLOT(syncConfig()));