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