diff -r 4633027730f5 -r e6ad4ef83b23 src/hbcore/gui/hbmenu.cpp --- a/src/hbcore/gui/hbmenu.cpp Wed Aug 18 10:05:37 2010 +0300 +++ b/src/hbcore/gui/hbmenu.cpp Thu Sep 02 20:44:51 2010 +0300 @@ -127,11 +127,11 @@ //This optimises case of options menu which otherwise updates its primitives twice. if (menuType == HbMenu::OptionsMenu) q->setFrameType(HbPopup::Strong); - else + else q->setFrameType(HbPopup::Weak); if (polished)//This check can be removed once base class repolish is fixed. q->repolish(); - } + } } void HbMenuPrivate::delayedLayout()