uifw/AvKon/src/aknnoteattributes.cpp
branchRCL_3
changeset 72 a5e7a4f63858
parent 56 d48ab3b357f1
equal deleted inserted replaced
64:85902f042028 72:a5e7a4f63858
  1027 
  1027 
  1028             iNoteControl->Window().EndRedraw();
  1028             iNoteControl->Window().EndRedraw();
  1029             iNoteControl->DeactivateGc();
  1029             iNoteControl->DeactivateGc();
  1030 
  1030 
  1031             // Redraw the label after the background
  1031             // Redraw the label after the background
  1032             TRAPD(err, iNoteText->Line( i )->ActivateL()); // Never leaves
  1032             iNoteText->Line( i )->ActivateL(); // Never leaves
  1033             if (err == KErrNone)
  1033             iNoteText->Line( i )->DrawNow();
  1034                 {
       
  1035                 iNoteText->Line( i )->DrawNow();
       
  1036                 }
       
  1037             iNoteText->SetLineModified( i, EFalse );
  1034             iNoteText->SetLineModified( i, EFalse );
  1038             }
  1035             }
  1039         }
  1036         }
  1040     }
  1037     }
  1041 
  1038