photosgallery/viewframework/visuallistmanager/src/glxvisuallistwindow.cpp
branchRCL_3
changeset 24 ea65f74e6de4
parent 21 f9e827349359
equal deleted inserted replaced
23:b023a8d2866a 24:ea65f74e6de4
   144 	else
   144 	else
   145 		{
   145 		{
   146 		object.SetScaleMode(CAlfImageVisual::EScaleNormal);
   146 		object.SetScaleMode(CAlfImageVisual::EScaleNormal);
   147 		}
   147 		}
   148 			    
   148 			    
   149     // show the object. do this before notifying control, to show
   149 	// Keep the visual invisible to avoid showing wrong visual in the starting, 
   150     // at the image if control leaves
   150 	// Effect control will make it visisble
   151     object.SetVisible( ETrue );
   151     object.SetVisible( EFalse );
   152     
   152     
   153     // notify observer
   153     // notify observer
   154     iControl->HandleVisualAddedL( object.Visual(), aIndex );
   154     iControl->HandleVisualAddedL( object.Visual(), aIndex );
   155     }
   155     }
   156 
   156