uifw/EikStd/dlgsrc/EIKCAPC.CPP
branchRCL_3
changeset 29 a8834a2e9a96
parent 23 3d340a0166ff
child 50 a1caeb42b3a3
equal deleted inserted replaced
25:941195f2d488 29:a8834a2e9a96
  3643 	aPopfield->SetFormFieldRect(layoutRect);
  3643 	aPopfield->SetFormFieldRect(layoutRect);
  3644 	if (isText)
  3644 	if (isText)
  3645 		{ // popup field will be same size as text element
  3645 		{ // popup field will be same size as text element
  3646 		TAknLayoutText r;
  3646 		TAknLayoutText r;
  3647 		r.LayoutText(layoutRect, labelLayout);
  3647 		r.LayoutText(layoutRect, labelLayout);
  3648 		TRect resultRect = r.TextRect();
  3648 		TRect resultRect( r.TextRect() );
  3649 		aPopfield->SetRect(resultRect);
  3649 		aPopfield->SetRect(resultRect);
  3650 		}
  3650 		}
  3651 	else
  3651 	else
  3652 		{ // popup field will be same size as list_pane
  3652 		{ // popup field will be same size as list_pane
  3653 	    AknLayoutUtils::LayoutControl
  3653 	    AknLayoutUtils::LayoutControl