diff --git a/mythtv/libs/libmythui/mythuiimage.cpp b/mythtv/libs/libmythui/mythuiimage.cpp index 9bcc55a3e9c..ab6cafd55cd 100644 --- a/mythtv/libs/libmythui/mythuiimage.cpp +++ b/mythtv/libs/libmythui/mythuiimage.cpp @@ -1574,7 +1574,7 @@ void MythUIImage::customEvent(QEvent *event) // We don't clear until we have the new image ready to display to // avoid unsightly flashing. This isn't currently supported for // animations. - if ((m_HighNum == m_LowNum) && !m_animatedImage); + if ((m_HighNum == m_LowNum) && !m_animatedImage) Clear(); d->m_UpdateLock.lockForWrite();