javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/src/swtcontrolbase.cpp
branchRCL_3
changeset 23 e5618cc85d74
parent 19 71c436fe3ce0
child 24 6c158198356e
equal deleted inserted replaced
21:4376525cdefb 23:e5618cc85d74
    71                         CSwtLafFacade::EInputFieldSkinPlacingGeneralLine2, rect, 0).Rect().iBr;
    71                         CSwtLafFacade::EInputFieldSkinPlacingGeneralLine2, rect, 0).Rect().iBr;
    72     innerRect.iBr = CSwtLafFacade::GetLayoutRect(
    72     innerRect.iBr = CSwtLafFacade::GetLayoutRect(
    73                         CSwtLafFacade::EInputFieldSkinPlacingGeneralLine5, rect, 0).Rect().iTl;
    73                         CSwtLafFacade::EInputFieldSkinPlacingGeneralLine5, rect, 0).Rect().iTl;
    74 
    74 
    75     iFocusFrame = CAknsFrameBackgroundControlContext::NewL(
    75     iFocusFrame = CAknsFrameBackgroundControlContext::NewL(
    76                       KAknsIIDQsnFrInput, rect, innerRect, EFalse /*parent absolute*/);
    76 #ifdef RD_JAVA_S60_RELEASE_9_2
       
    77                       KAknsIIDQsnFrPopupPreview,
       
    78 #else
       
    79                       KAknsIIDQsnFrInput,
       
    80 #endif // RD_JAVA_S60_RELEASE_9_2
       
    81                       rect, innerRect, EFalse /*parent absolute*/);
    77 
    82 
    78     if (iBackgrdDefaultUsed)
    83     if (iBackgrdDefaultUsed)
    79     {
    84     {
    80         iFocusFrame->SetParentContext(SwtMopSupplyCtrlContext(EFalse));
    85         iFocusFrame->SetParentContext(SwtMopSupplyCtrlContext(EFalse));
    81     }
    86     }