mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 02:42:48 +00:00
kimgio: reset previous rectangle on webp plugin initialization
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
def76d2d7c
commit
a5d1ca3b17
1 changed files with 1 additions and 0 deletions
|
@ -280,6 +280,7 @@ bool WebPHandler::jumpToImage(int imageNumber)
|
||||||
m_framepainter = nullptr;
|
m_framepainter = nullptr;
|
||||||
}
|
}
|
||||||
m_framebuffer = QImage();
|
m_framebuffer = QImage();
|
||||||
|
m_previousrect = QRectF();
|
||||||
m_background = QColor();
|
m_background = QColor();
|
||||||
|
|
||||||
m_webpdata = { reinterpret_cast<const uint8_t*>(m_data.constData()), size_t(m_data.size()) };
|
m_webpdata = { reinterpret_cast<const uint8_t*>(m_data.constData()), size_t(m_data.size()) };
|
||||||
|
|
Loading…
Add table
Reference in a new issue