equal
deleted
inserted
replaced
3064 // |
3064 // |
3065 void CBrowserContentView::HideKeymap() |
3065 void CBrowserContentView::HideKeymap() |
3066 { |
3066 { |
3067 delete(iShortcutKeyMap); |
3067 delete(iShortcutKeyMap); |
3068 iShortcutKeyMap = NULL; |
3068 iShortcutKeyMap = NULL; |
3069 UpdateCbaL(); |
3069 TRAP_IGNORE(UpdateCbaL()); |
|
3070 TRAP_IGNORE(UpdateFullScreenL()); |
3070 } |
3071 } |
3071 |
3072 |
3072 // --------------------------------------------------------------------------- |
3073 // --------------------------------------------------------------------------- |
3073 // CBrowserContentView::RedrawKeymap |
3074 // CBrowserContentView::RedrawKeymap |
3074 // --------------------------------------------------------------------------- |
3075 // --------------------------------------------------------------------------- |
3151 |
3152 |
3152 if (aShow) |
3153 if (aShow) |
3153 { |
3154 { |
3154 #ifdef RD_SCALABLE_UI_V2 |
3155 #ifdef RD_SCALABLE_UI_V2 |
3155 if ( Layout_Meta_Data::IsLandscapeOrientation() ) |
3156 if ( Layout_Meta_Data::IsLandscapeOrientation() ) |
3156 StatusPane()->SwitchLayoutL(R_AVKON_WIDESCREEN_PANE_LAYOUT_IDLE_FLAT_NO_SOFTKEYS); |
3157 StatusPane()->SwitchLayoutL(R_AVKON_WIDESCREEN_PANE_LAYOUT_USUAL_FLAT_NO_SOFTKEYS); |
3157 #endif |
3158 #endif |
3158 StatusPane()->MakeVisible( ETrue ); |
3159 StatusPane()->MakeVisible( ETrue ); |
3159 iContainer->SetRect(ClientRect()); |
3160 iContainer->SetRect(ClientRect()); |
3160 } |
3161 } |
3161 else |
3162 else |
3287 #endif |
3288 #endif |
3288 && !iThumbnailViewIsUp |
3289 && !iThumbnailViewIsUp |
3289 && !iOptionsMenuActive |
3290 && !iOptionsMenuActive |
3290 && !ApiProvider().IsDisplayingMenuOrDialog() |
3291 && !ApiProvider().IsDisplayingMenuOrDialog() |
3291 && !ApiProvider().WindowMgr().CurrentWindow()->WMLMode() |
3292 && !ApiProvider().WindowMgr().CurrentWindow()->WMLMode() |
3292 && !IsEditMode() |
|
3293 && !iIsPluginFullScreenMode) |
3293 && !iIsPluginFullScreenMode) |
3294 { |
3294 { |
3295 EnableFullScreenModeL( ETrue); |
3295 EnableFullScreenModeL( ETrue); |
3296 } |
3296 } |
3297 else |
3297 else |