javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/src/swtshell.cpp
branchRCL_3
changeset 83 26b2b12093af
parent 66 2455ef1f5bbc
equal deleted inserted replaced
77:7cee158cb8cd 83:26b2b12093af
   169         TInt b = bgColor.Blue();
   169         TInt b = bgColor.Blue();
   170         b -= KSwtRoundCornerBgColorDiff;
   170         b -= KSwtRoundCornerBgColorDiff;
   171         if (b < 0)
   171         if (b < 0)
   172             b = 0;
   172             b = 0;
   173 
   173 
   174         bgColor.SetRed(b);
   174         bgColor.SetRed(r);
   175         bgColor.SetGreen(b);
   175         bgColor.SetGreen(g);
   176         bgColor.SetBlue(b);
   176         bgColor.SetBlue(b);
   177 
   177 
   178         OverrideColorL(EColorControlBackground, bgColor);
   178         OverrideColorL(EColorControlBackground, bgColor);
   179     }
   179     }
   180 #endif // RD_JAVA_S60_RELEASE_9_2
   180 #endif // RD_JAVA_S60_RELEASE_9_2