View | Details | Raw Unified | Return to bug 46811
Collapse All | Expand All

(-)AnimationEngine.java (+2 lines)
Lines 236-241 Link Here
236
            sandwich.lowestAnimation = null;
236
            sandwich.lowestAnimation = null;
237
            sandwich.shouldUpdate = true;
237
            sandwich.shouldUpdate = true;
238
        }
238
        }
239
        animations.remove(anim);
240
        targets.remove(animInfo.target);
239
        // } finally { org.apache.batik.anim.timing.Trace.exit(); }
241
        // } finally { org.apache.batik.anim.timing.Trace.exit(); }
240
    }
242
    }
241
243

Return to bug 46811