src/hbcore/effects/hbeffectdropshadow.cpp
changeset 34 ed14f46c0e55
parent 5 627c4a0fd0e7
equal deleted inserted replaced
31:7516d6d86cf5 34:ed14f46c0e55
   133 }
   133 }
   134 
   134 
   135 void HbEffectDropShadow::updateFilterEffect()
   135 void HbEffectDropShadow::updateFilterEffect()
   136 {
   136 {
   137     // Only update the graphics effect if the effect is running
   137     // Only update the graphics effect if the effect is running
   138     if (group()->isRunning()) {
   138     if (mVgOutline && group()->isRunning()) {
   139         QPointF outline = mVgOutline->outline();
   139         QPointF outline = mVgOutline->outline();
   140         QPointF offset = mVgOutline->offset();
   140         QPointF offset = mVgOutline->offset();
   141 
   141 
   142         if (mAnimationOutlineX) {
   142         if (mAnimationOutlineX) {
   143             outline.setX(qVariantValue<qreal>(mAnimationOutlineX->currentValue()));
   143             outline.setX(qVariantValue<qreal>(mAnimationOutlineX->currentValue()));