equal
deleted
inserted
replaced
410 // CWidgetUiWindowView::IsOptionsMenuActivated |
410 // CWidgetUiWindowView::IsOptionsMenuActivated |
411 // --------------------------------------------------------------------------- |
411 // --------------------------------------------------------------------------- |
412 // |
412 // |
413 TBool CWidgetUiWindowView::IsOptionsMenuActivated() |
413 TBool CWidgetUiWindowView::IsOptionsMenuActivated() |
414 { |
414 { |
415 return iIsOptionsMenuActivated; |
415 return AppUi()->IsDisplayingMenuOrDialog(); |
416 } |
416 } |
417 |
417 |
418 |
418 |
419 // --------------------------------------------------------------------------- |
419 // --------------------------------------------------------------------------- |
420 // CWidgetUiWindowView::DeActivateOptionsMenu |
420 // CWidgetUiWindowView::DeActivateOptionsMenu |