layershell:fix View positioning function for panel

work/m_layershell
Michail Vourlakos 3 years ago
parent a4a9017ef1
commit 1cf367f685

@ -855,7 +855,8 @@ void Positioner::updatePosition(QRect availableScreenRect)
}
}
m_corona->wm()->setWindowPosition(m_view, m_view->location(), m_validGeometry);
QRect currentGeometry{position.x(), position.y(), m_validGeometry.width(), m_validGeometry.height()};
m_corona->wm()->setWindowPosition(m_view, m_view->location(), currentGeometry);
}
int Positioner::slideOffset() const

Loading…
Cancel
Save