mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-13 03:40:31 +02:00
Merge branch 'dev' into 'dev-stupidrenderer'
# Conflicts: # src/Image/IntelliImage.cpp # src/Image/IntelliRasterImage.cpp # src/Image/IntelliShapedImage.cpp # src/Layer/PaintingArea.cpp
This commit is contained in:
@@ -24,7 +24,7 @@ bool IntelliImage::loadImage(const QString &filePath){
|
||||
QImage loadedImage;
|
||||
|
||||
// If the image wasn't loaded leave this function
|
||||
if (!loadedImage.load(filePath))
|
||||
if (!loadedImage.load(filePath))
|
||||
return false;
|
||||
|
||||
// scaled Image to size of Layer
|
||||
|
||||
Reference in New Issue
Block a user