equal
deleted
inserted
replaced
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 // --------------------------------------------------------------------------- |