branch | RCL_3 |
changeset 20 | 21239b3bcd78 |
parent 12 | 38571fd2a704 |
child 27 | 55d60436f00b |
--- 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;