diff --git a/src/app/mainwindow.cpp b/src/app/mainwindow.cpp index ad820ff58..280a6f2ce 100644 --- a/src/app/mainwindow.cpp +++ b/src/app/mainwindow.cpp @@ -1260,6 +1260,7 @@ void MainWindow::ActionDetails(bool checked) SaveCurrentScene(); currentScene = sceneDetails; + ui->view->itemClicked(nullptr); ui->view->setScene(sceneDetails); disconnect(ui->view, &VMainGraphicsView::NewFactor, sceneDraw, &VMainGraphicsScene::SetFactor); RestoreCurrentScene();