From 94a263f501df3a6bd3ca6e5794736983c5d08601 Mon Sep 17 00:00:00 2001 From: Syping Date: Sun, 15 Nov 2020 13:55:06 +0100 Subject: [PATCH] SnapmaticPicture: fix eXtend bug --- SnapmaticPicture.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/SnapmaticPicture.cpp b/SnapmaticPicture.cpp index 8e0242e..8415fc3 100644 --- a/SnapmaticPicture.cpp +++ b/SnapmaticPicture.cpp @@ -192,6 +192,7 @@ bool SnapmaticPicture::setImage(const QImage &picture, bool eXtendMode) } else { p_ragePhoto.setPhotoBuffer(size, true); + picByteArray = picByteArrayT; } } else {