Merge branch 'Plasma/5.6'

wilder-5.14
David Rosca 10 years ago
commit 18740b7d4f
  1. 3
      shell/panelview.cpp

@ -890,6 +890,9 @@ void PanelView::updateStruts()
}
const QRect otherScreen = corona()->screenGeometry(i);
if (!otherScreen.isValid()) {
continue;
}
switch (location())
{

Loading…
Cancel
Save