restore the proper offset

This commit is contained in:
Marco Martin 2014-02-18 12:32:53 +01:00
parent 592a0db2ab
commit ef0832787a

View File

@ -70,6 +70,7 @@ PanelView::PanelView(ShellCorona *corona, QWindow *parent)
connect(this, &PlasmaQuickView::containmentChanged, connect(this, &PlasmaQuickView::containmentChanged,
this, [=] () { this, [=] () {
restore(); restore();
positionPanel();
}); });
if (!m_corona->package().isValid()) { if (!m_corona->package().isValid()) {