~vanvugt/unity/fix-742544-trunk

« back to all changes in this revision

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

  • Committer: Neil Jagdish Patel
  • Date: 2011-10-10 11:18:39 UTC
  • mfrom: (1671.1.1 unity.fix-839480)
  • Revision ID: neil.patel@canonical.com-20111010111839-5mr6xqwruk0vfoqf
Bug #839480: Dash - When the Dash is open and there is a maximised app in the background, the top bar background should not disappear

Show diffs side-by-side

added added

removed removed

Lines of Context:
370
370
  _last_height = geo.height;
371
371
  _is_dirty = false;
372
372
 
373
 
  if (_dash_is_open)
 
373
  if (_dash_is_open && (_menu_view->GetMaximizedWindow() == 0))
374
374
  {
375
375
    if (_bg_layer)
376
376
      delete _bg_layer;