From 4994300fe7c7ba9dd391b2453b4c5297f9d7a6ba Mon Sep 17 00:00:00 2001 From: Rafael Roquetto Date: Wed, 31 Jul 2013 15:27:07 -0300 Subject: Playbook: Fix rendering when thumbnailed/minimized On Playbook, rendering should happen when the application is thumbnailed, therefore we need to send a window activated event to resume rendering once the thumbnail is restored from the minimized state. Change-Id: I0fa5da483dc101e25f718e52859a66edfe5c66c7 Reviewed-by: Bernd Weimer Reviewed-by: Fabian Bumberger Reviewed-by: Nicolas Arnaud-Cormos --- src/plugins/platforms/qnx/qqnxbpseventfilter.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/plugins/platforms/qnx/qqnxbpseventfilter.cpp b/src/plugins/platforms/qnx/qqnxbpseventfilter.cpp index d94d3c092a..aadefec8d1 100644 --- a/src/plugins/platforms/qnx/qqnxbpseventfilter.cpp +++ b/src/plugins/platforms/qnx/qqnxbpseventfilter.cpp @@ -221,6 +221,9 @@ bool QQnxBpsEventFilter::handleNavigatorEvent(bps_event_t *event) break; case NAVIGATOR_WINDOW_THUMBNAIL: m_navigatorEventHandler->handleWindowGroupStateChanged(id, Qt::WindowMinimized); +#if defined(Q_OS_BLACKBERRY_TABLET) + m_navigatorEventHandler->handleWindowGroupActivated(id); +#endif break; case NAVIGATOR_WINDOW_INVISIBLE: m_navigatorEventHandler->handleWindowGroupDeactivated(id); -- cgit v1.2.3