- fixup code from master merge
This commit is contained in:
@@ -152,7 +152,7 @@ void MainWindow::setOverlay(Overlay* o)
|
|||||||
|
|
||||||
QPixmap MainWindow::getBlurredBackground(const QPixmap& originalSize, const QPixmap& scaled)
|
QPixmap MainWindow::getBlurredBackground(const QPixmap& originalSize, const QPixmap& scaled)
|
||||||
{
|
{
|
||||||
if (fitAspectAxisToWindow) {
|
if (imageOptions.fitAspectAxisToWindow) {
|
||||||
// our scaled version will just fill the whole screen, us it directly
|
// our scaled version will just fill the whole screen, us it directly
|
||||||
return scaled.copy();
|
return scaled.copy();
|
||||||
} else if (scaled.width() < width()) {
|
} else if (scaled.width() < width()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user