equal
deleted
inserted
replaced
1272 // CMsgExpandableControlEditor::SetTextSkinColorIdL |
1272 // CMsgExpandableControlEditor::SetTextSkinColorIdL |
1273 // --------------------------------------------------------- |
1273 // --------------------------------------------------------- |
1274 // |
1274 // |
1275 void CMsgExpandableControlEditor::SetTextSkinColorIdL() |
1275 void CMsgExpandableControlEditor::SetTextSkinColorIdL() |
1276 { |
1276 { |
1277 TAknsQsnTextColorsIndex colorId = EAknsCIQsnTextColorsCG6; |
1277 CEikEdwin::SetTextSkinColorIdL( EAknsCIQsnTextColorsCG6 ); |
1278 if ( !IsReadOnly() && IsFocused() ) |
|
1279 { |
|
1280 colorId = EAknsCIQsnTextColorsCG8; |
|
1281 } |
|
1282 |
|
1283 CEikEdwin::SetTextSkinColorIdL( colorId ); |
|
1284 } |
1278 } |
1285 |
1279 |
1286 // --------------------------------------------------------- |
1280 // --------------------------------------------------------- |
1287 // CMsgExpandableControlEditor::IsCursorVisibleL |
1281 // CMsgExpandableControlEditor::IsCursorVisibleL |
1288 // --------------------------------------------------------- |
1282 // --------------------------------------------------------- |