~canonical-dx-team/unity/unity.fix-ql-losing-focus

« back to all changes in this revision

Viewing changes to src/LauncherIcon.cpp

  • Committer: Jay Taoko
  • Date: 2011-02-27 08:18:45 UTC
  • mto: (894.1.8 dash-fixes-2011-02-28)
  • mto: This revision was merged to the branch mainline in revision 895.
  • Revision ID: jay.taoko@canonical.com-20110227081845-b1dm4nzyvh3kbf7w
* Dash Fixes:
    - Quicklist closes
    - Dash scrolling does not stop when mouse goes out of the BaseWindow.

Show diffs side-by-side

added added

removed removed

Lines of Context:
404
404
  int tip_x = _launcher->GetBaseWidth () + 1; //icon_x + icon_w;
405
405
  int tip_y = _center.y + _launcher->GetParent ()->GetGeometry ().y;
406
406
  QuicklistManager::Default ()->ShowQuicklist (_quicklist, tip_x, tip_y);
407
 
  nux::GetWindowCompositor ().SetAlwaysOnFrontWindow (_quicklist);
 
407
  //nux::GetWindowCompositor ().SetAlwaysOnFrontWindow (_quicklist);
408
408
}
409
409
 
410
410
void LauncherIcon::RecvMouseDown (int button)