mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Fix enlargening the window by shadow margin when resotring position
This commit is contained in:
@@ -744,7 +744,7 @@ void MainWindow::initGeometry() {
|
||||
).arg(geometry.y()
|
||||
).arg(geometry.width()
|
||||
).arg(geometry.height()));
|
||||
setGeometry(geometry);
|
||||
RpWidget::setGeometry(geometry);
|
||||
}
|
||||
|
||||
void MainWindow::positionUpdated() {
|
||||
|
Reference in New Issue
Block a user