SVN commit 433993 by cgilles: Fix (:=))) M +1 -1 imageguidewidget.cpp --- trunk/extragear/graphics/digikam/libs/widgets/imageguidewidget.cpp #433992:433993 @@ -53,7 +53,7 @@ m_spotVisible = spotVisible; m_guideMode = guideMode; m_focus = false; - m_flicker = false; + m_flicker = 0; m_timerID = startTimer(800);