diff -r 1984aceb8774 -r 21239b3bcd78 calendarui/controller/src/calenattachmentui.cpp --- a/calendarui/controller/src/calenattachmentui.cpp Wed Mar 31 21:29:10 2010 +0300 +++ b/calendarui/controller/src/calenattachmentui.cpp Wed Apr 14 15:55:57 2010 +0300 @@ -745,7 +745,8 @@ // Hide the toolbar before we display settings menu MCalenToolbar* toolbar = iController.Services().ToolbarOrNull(); - if(toolbar&&toolbar->IsVisible()) + + if(toolbar&&toolbar->IsVisible()&& !iController.IsEditorActive()) { toolbar->SetToolbarVisibilityL(EFalse); iShowToolbar = ETrue;