diff --git a/app/mainwindow.cpp b/app/mainwindow.cpp index e4a588a44..fde268670 100644 --- a/app/mainwindow.cpp +++ b/app/mainwindow.cpp @@ -147,7 +147,6 @@ MainWindow::MainWindow(QWidget *parent, const QString &filename) auto *shortcut = new QShortcut(QKeySequence(Qt::CTRL + Qt::Key_F), this); connect(shortcut, &QShortcut::activated, ui->lineEdit, QOverload<>::of(&QWidget::setFocus)); ui->graphicsView->setCacheMode(QGraphicsView::CacheBackground); - firstResult = nullptr; updateRecentICs(); createRecentFileActions(); updateRecentFileActions();