uifw/EikStd/dlgsrc/EIKDIALG.CPP
branchRCL_3
changeset 17 a1caeb42b3a3
parent 15 c52421ed5f07
child 18 fcdfafb36fe7
equal deleted inserted replaced
15:c52421ed5f07 17:a1caeb42b3a3
  1362 	{
  1362 	{
  1363 	CEikCaptionedControl* line=Line(aControlId);
  1363 	CEikCaptionedControl* line=Line(aControlId);
  1364 	if (line)
  1364 	if (line)
  1365 		{
  1365 		{
  1366 		line->SetCaptionL(aText);
  1366 		line->SetCaptionL(aText);
  1367 		line->DrawNow();
  1367 		line->DrawDeferred();
  1368 		}
  1368 		}
  1369 	}
  1369 	}
  1370 
  1370 
  1371 /**
  1371 /**
  1372  * Sets the caption of the control identified by aControlId by reading the caption
  1372  * Sets the caption of the control identified by aControlId by reading the caption
  2448     else
  2448     else
  2449     	{
  2449     	{
  2450     	CCoeControl::HandleResourceChange(aType);
  2450     	CCoeControl::HandleResourceChange(aType);
  2451         }
  2451         }
  2452     
  2452     
  2453     if( !CAknEnv::Static()->TransparencyEnabled() && aType==KEikColorResourceChange)
       
  2454         {
       
  2455         Window().SetBackgroundColor(iEikonEnv->ControlColor(EColorDialogBackground,*this));
       
  2456         }
       
  2457     _AKNTRACE_FUNC_EXIT;
  2453     _AKNTRACE_FUNC_EXIT;
  2458     }
  2454     }
  2459 
  2455 
  2460 void CEikDialog::DoResourceChangeLayout()
  2456 void CEikDialog::DoResourceChangeLayout()
  2461 	{
  2457 	{