diff -r f0c0788c4de2 -r 756ad29ed18e camerauis/cameraapp/generic/src/CamCaptureSetupContainer.cpp --- a/camerauis/cameraapp/generic/src/CamCaptureSetupContainer.cpp Wed Sep 15 11:51:19 2010 +0300 +++ b/camerauis/cameraapp/generic/src/CamCaptureSetupContainer.cpp Wed Oct 13 14:09:54 2010 +0300 @@ -148,7 +148,7 @@ // go around the problem TRect listboxRect; - if ( AknLayoutUtils::PenEnabled() ) + if ( CamUtility::IsNhdDevice() ) { listboxRect = TouchLayout(); } @@ -327,7 +327,7 @@ TRgb color; AknsUtils::GetCachedColor( skin, color, KAknsIIDQsnTextColors, EAknsCIQsnTextColorsCG6 ); - if ( AknLayoutUtils::PenEnabled() ) + if ( CamUtility::IsNhdDevice() ) { if( appUi->IsDirectViewfinderActive() && iViewFinding && iFullScreenVF )