emailuis/emailui/src/FreestyleEmailUiViewBase.cpp
branchRCL_3
changeset 18 6b8f3b30d0ec
parent 17 67369d1b217f
child 22 d620048b4810
equal deleted inserted replaced
17:67369d1b217f 18:6b8f3b30d0ec
   200     if (AknLayoutUtils::PenEnabled())
   200     if (AknLayoutUtils::PenEnabled())
   201         {
   201         {
   202         CAknToolbar* toolbar(Toolbar());
   202         CAknToolbar* toolbar(Toolbar());
   203         if (toolbar)
   203         if (toolbar)
   204             {
   204             {
   205             //toolbar->SetToolbarVisibility(EFalse);
   205             // toolbar->SetToolbarVisibility(EFalse);
   206             // Call MakeVisible directly because SetToolbarVisibility never
       
   207             // actually hides fixed toolbar.
       
   208             toolbar->MakeVisible(EFalse);
   206             toolbar->MakeVisible(EFalse);
   209             }
   207             }
   210         }
   208         }
   211     }
   209     }
   212 
   210 
   218     if (AknLayoutUtils::PenEnabled())
   216     if (AknLayoutUtils::PenEnabled())
   219         {
   217         {
   220         CAknToolbar* toolbar(Toolbar());
   218         CAknToolbar* toolbar(Toolbar());
   221         if (toolbar)
   219         if (toolbar)
   222             {
   220             {
   223             toolbar->SetToolbarVisibility(ETrue);
   221             // toolbar->SetToolbarVisibility(ETrue);
       
   222             toolbar->MakeVisible(ETrue);
   224             }
   223             }
   225         }
   224         }
   226     }
   225     }
   227 
   226 
   228 // ---------------------------------------------------------------------------
   227 // ---------------------------------------------------------------------------