idlehomescreen/xmluirendering/uiengine/src/xnpopupcontroladapter.cpp
branchRCL_3
changeset 102 ba63c83f4716
parent 93 b01126ce0bec
--- a/idlehomescreen/xmluirendering/uiengine/src/xnpopupcontroladapter.cpp	Wed Sep 15 12:00:00 2010 +0300
+++ b/idlehomescreen/xmluirendering/uiengine/src/xnpopupcontroladapter.cpp	Wed Oct 13 14:18:30 2010 +0300
@@ -204,19 +204,13 @@
     
     CXnViewManager* manager( iUiEngine->ViewManager() );            
     CXnPluginData* plugin( manager->ActiveViewData().Plugin( &aPlugin ) );
-            
+    
     if ( !plugin )
         {
         return;
         }
     
     CXnViewAdapter& adapter( iUiEngine->AppUiAdapter().ViewAdapter() );
-
-    // this is to avoid stylus popup on widget manager   
-    if ( !adapter.IsForegroundAdapter() )
-        {
-        return;
-        }
     
     const TPointerEvent& event( adapter.EventDispatcher()->PointerEvent() );