~3v1n0/unity/volume-icon-dnd

« back to all changes in this revision

Viewing changes to hud/HudController.cpp

  • Committer: Brandon Schaefer
  • Date: 2013-03-19 17:52:08 UTC
  • mto: This revision was merged to the branch mainline in revision 3238.
  • Revision ID: brandon.schaefer@canonical.com-20130319175208-7av40v9unq4491wb
* Remove Relayout as its no longer needed

Show diffs side-by-side

added added

removed removed

Lines of Context:
252
252
  }
253
253
  nux::Geometry const& geo = GetIdealWindowGeometry();
254
254
 
255
 
  view_->Relayout();
 
255
  view_->QueueDraw();
256
256
  window_->SetGeometry(geo);
257
257
  panel::Style &panel_style = panel::Style::Instance();
258
258
  view_->SetMonitorOffset(launcher_width, panel_style.panel_height);