From a5cc718ea73c7848766735323ba887585d350e68 Mon Sep 17 00:00:00 2001 From: Kjell Date: Sun, 18 Oct 2020 20:42:40 +0200 Subject: [PATCH] Update mainwindow_export.cpp whitespace --- src/mainwindow/mainwindow_export.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainwindow/mainwindow_export.cpp b/src/mainwindow/mainwindow_export.cpp index b143684b6..9a52a9e4b 100644 --- a/src/mainwindow/mainwindow_export.cpp +++ b/src/mainwindow/mainwindow_export.cpp @@ -603,7 +603,7 @@ void MainWindow::exportAux(QString fileName, QImage::Format format, int quality, color = m_currentGraphicsView->background(); m_currentGraphicsView->setBackground(QColor::fromRgb(255,255,255,255)); image.fill(QColor::fromRgb(255,255,255,255)); - }else{ + } else { image.fill(m_currentGraphicsView->background()); }