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:
John Preston 2022-11-23 00:44:31 +01:00
parent 1aece79a47
commit ae90347c6c
1 changed files with 0 additions and 6 deletions

View File

@ -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();
}