uiacceltk/hitchcock/ServerCore/Src/alfhierarchymodel.cpp
changeset 58 57d26d31c595
parent 31 1b6909418757
equal deleted inserted replaced
53:5ba07f7750a9 58:57d26d31c595
  1068     if ( node && node->Window() )
  1068     if ( node && node->Window() )
  1069         {
  1069         {
  1070         // SetLayerUsesAplhaFlag is not supported for image visual
  1070         // SetLayerUsesAplhaFlag is not supported for image visual
  1071         node->Window()->SetLayerUsesAplhaFlag( enabled );
  1071         node->Window()->SetLayerUsesAplhaFlag( enabled );
  1072 #ifdef SYMBIAN_GRAPHICS_WSERV_QT_EFFECTS        
  1072 #ifdef SYMBIAN_GRAPHICS_WSERV_QT_EFFECTS        
  1073         node->Window()->SetTransparencyAlphaChannel( enabled );
  1073         node->FlagChanged(MWsWindowTreeObserver::EAlphaChannelTransparencyEnabled, enabled);
  1074 #endif // #ifdef SYMBIAN_GRAPHICS_WSERV_QT_EFFECTS        
  1074 #endif // #ifdef SYMBIAN_GRAPHICS_WSERV_QT_EFFECTS        
  1075         }
  1075         }
  1076     else if( node ) // this would mean that node has being orphaneded but not yet deleted
  1076     else if( node ) // this would mean that node has being orphaneded but not yet deleted
  1077         {
  1077         {
  1078         __ALFLOGSTRING1("CAlfHierarchyModel::DoNodeLayerUsesAlphaFlagChangedL node found but window %d was destroyed", nodeId);
  1078         __ALFLOGSTRING1("CAlfHierarchyModel::DoNodeLayerUsesAlphaFlagChangedL node found but window %d was destroyed", nodeId);