Fix enlargening the window by shadow margin when resotring position

This commit is contained in:
Ilya Fedin 2022-08-07 00:19:31 +04:00 committed by John Preston
parent aa208fb7d0
commit e0ddaf9da1

View file

@ -744,7 +744,7 @@ void MainWindow::initGeometry() {
).arg(geometry.y()
).arg(geometry.width()
).arg(geometry.height()));
setGeometry(geometry);
RpWidget::setGeometry(geometry);
}
void MainWindow::positionUpdated() {