calendarui/controller/src/calenattachmentui.cpp
branchRCL_3
changeset 14 21239b3bcd78
parent 10 38571fd2a704
child 16 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;