mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-17 22:57:11 +02:00
Revert "Fixed switching between accounts with filters at screen edge."
This reverts commit 8f3c3b2a54
.
Regressions with account switch in a maximized window.
This commit is contained in:
parent
1aece79a47
commit
ae90347c6c
1 changed files with 0 additions and 6 deletions
|
@ -587,12 +587,6 @@ void MainWindow::updateMinimumSize() {
|
|||
|
||||
void MainWindow::recountGeometryConstraints() {
|
||||
updateMinimumSize();
|
||||
{
|
||||
// Resizing to a new minimum size (larger than before)
|
||||
// may cause the window to go out of bounds.
|
||||
savePosition(Qt::WindowActive);
|
||||
setGeometry(countInitialGeometry(positionFromSettings()));
|
||||
}
|
||||
updateControlsGeometry();
|
||||
fixOrder();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue