Skip to content

Commit

Permalink
Update mainwindow_export.cpp
Browse files Browse the repository at this point in the history
whitespace
  • Loading branch information
KjellMorgenstern committed Oct 20, 2020
1 parent 72c8be1 commit a5cc718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mainwindow/mainwindow_export.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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());
}

Expand Down

0 comments on commit a5cc718

Please sign in to comment.