Merge branch 'Plasma/5.0'

wilder-5.14
Dan Vrátil 12 years ago
commit 682334d942
  1. 2
      shell/shellcorona.cpp

@ -531,7 +531,7 @@ QRect ShellCorona::availableScreenRect(int id) const
QRect r = view->geometry();
foreach (PanelView *v, d->panelViews) {
if (v->screen() == v->screen() && v->visibilityMode() != PanelView::AutoHide) {
if (v->screen() == view->screen() && v->visibilityMode() != PanelView::AutoHide) {
switch (v->location()) {
case Plasma::Types::LeftEdge:
r.setLeft(r.left() + v->thickness());

Loading…
Cancel
Save