~3v1n0/unity/manual-tests.stable

« back to all changes in this revision

Viewing changes to plugins/unityshell/src/PanelView.cpp

  • Committer: Neil Jagdish Patel
  • Date: 2011-10-13 16:56:43 UTC
  • Revision ID: neil.patel@canonical.com-20111013165643-9y754q2pj2z27om8
Revert out maximised window dash change

Show diffs side-by-side

added added

removed removed

Lines of Context:
374
374
  _last_height = geo.height;
375
375
  _is_dirty = false;
376
376
 
377
 
  if (_dash_is_open && (_menu_view->GetMaximizedWindow() == 0))
 
377
  if (_dash_is_open)
378
378
  {
379
379
    if (_bg_layer)
380
380
      delete _bg_layer;