~unity-team/unity/trunk

« back to all changes in this revision

Viewing changes to launcher/CairoBaseWindow.cpp

  • Committer: CI Train Bot
  • Author(s): handsome_feng
  • Date: 2016-03-18 10:10:36 UTC
  • mfrom: (4067.4.19 MoveDashToBottom)
  • Revision ID: ci-train-bot@canonical.com-20160318101036-qbi9g01cmjjtm1i2
Dash: move it down when the launcher is positioned at the bottom. Fixes: #1552630
Approved by: Marco Trevisan (Treviño)

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
  animation::StartOrReverse(fade_animator_, animation::Direction::BACKWARD);
74
74
}
75
75
 
 
76
void CairoBaseWindow::PromptHide()
 
77
{
 
78
  Hide();
 
79
  fade_animator_.Stop();
 
80
}
 
81
 
76
82
void CairoBaseWindow::RedrawBlur()
77
83
{
78
84
  compute_blur_bkg_ = true;