uifw/EikStd/dlgsrc/EIKCAPC.CPP
branchRCL_3
changeset 29 a8834a2e9a96
parent 23 3d340a0166ff
child 50 a1caeb42b3a3
--- a/uifw/EikStd/dlgsrc/EIKCAPC.CPP	Tue May 25 12:58:19 2010 +0300
+++ b/uifw/EikStd/dlgsrc/EIKCAPC.CPP	Wed Jun 09 09:58:37 2010 +0300
@@ -3645,7 +3645,7 @@
 		{ // popup field will be same size as text element
 		TAknLayoutText r;
 		r.LayoutText(layoutRect, labelLayout);
-		TRect resultRect = r.TextRect();
+		TRect resultRect( r.TextRect() );
 		aPopfield->SetRect(resultRect);
 		}
 	else