uiacceltk/hitchcock/coretoolkit/src/HuiRosterImpl.cpp
branchRCL_3
changeset 22 7c5dd702d6d3
parent 11 46927d61fef3
child 24 f93c875b566e
child 29 ac3859d43844
equal deleted inserted replaced
17:3ac8bf5c5014 22:7c5dd702d6d3
   540     if (IsVisibleContentFrozen())
   540     if (IsVisibleContentFrozen())
   541         {
   541         {
   542         DrawSelfFrozen(aGc, display);
   542         DrawSelfFrozen(aGc, display);
   543         return;
   543         return;
   544         }
   544         }
   545 
   545     
       
   546     // this was moved here because otherwise background clear did never end up to effect canvas buffers
       
   547     display->DoBackgroundClear();
       
   548     
   546     TInt visualCount = 0;
   549     TInt visualCount = 0;
   547     TInt entryCount = iEntries.Count();
   550     TInt entryCount = iEntries.Count();
   548     // Draw the visuals tree in the display.
   551     // Draw the visuals tree in the display.
   549     for(j = 0; j < entryCount; ++j)
   552     for(j = 0; j < entryCount; ++j)
   550         {
   553         {