~brandontschaefer/unity/disable-tap-for-super

« back to all changes in this revision

Viewing changes to dash/previews/ActionButton.cpp

  • Committer: Tarmac
  • Author(s): Andrea Azzarone
  • Date: 2012-09-26 16:32:53 UTC
  • mfrom: (2749.1.2 fix-1055455)
  • Revision ID: tarmac-20120926163253-lj11kam7srr7omu6
Fix redrawing of preview cover art.. Fixes: https://bugs.launchpad.net/bugs/1055455. Approved by Marco Trevisan (Treviño).

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
{
78
78
  InitTheme();
79
79
 
80
 
  key_nav_focus_change.connect([&] (nux::Area*, bool, nux::KeyNavDirection)
81
 
  {
82
 
    QueueDraw();
83
 
  });
84
 
 
85
80
  key_nav_focus_activate.connect([&](nux::Area*)
86
81
  {
87
82
    if (GetInputEventSensitivity())