From 50051119fc286cc24efa94ac4e65905efb98203a Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2024 09:52:06 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- src/ui/mainwindow.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/mainwindow.cc b/src/ui/mainwindow.cc index 4e9210419..1e25ea19b 100644 --- a/src/ui/mainwindow.cc +++ b/src/ui/mainwindow.cc @@ -2905,7 +2905,7 @@ void MainWindow::toggleMainWindow( bool ensureShow ) shown = true; } else if ( !isActiveWindow() ) { - setWindowState( (windowState() & ~Qt::WindowMinimized) | Qt::WindowActive); + setWindowState( ( windowState() & ~Qt::WindowMinimized ) | Qt::WindowActive ); if ( cfg.preferences.raiseWindowOnSearch ) { raise(); }