~bregma/nux/lp-1011395

« back to all changes in this revision

Viewing changes to Nux/WindowCompositor.cpp

  • Committer: Tarmac
  • Author(s): Nick Dedekind
  • Date: 2013-05-07 00:11:34 UTC
  • mfrom: (779.2.1 nux)
  • Revision ID: tarmac-20130507001134-iradjx7fadkc1fz4
Emit global focus change signal when setting to NULL.

Approved by PS Jenkins bot, Brandon Schaefer.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2023
2023
    else
2024
2024
    {
2025
2025
      key_focus_area_ = NULL;
 
2026
 
 
2027
      // Signal emitted from the area itself.
 
2028
      key_nav_focus_change.emit(NULL, false, direction);
2026
2029
    }
2027
2030
 
2028
2031
    return key_focus_area_.IsValid();