summaryrefslogtreecommitdiffstats
path: root/src/scripttools/debugging/qscriptdebuggercodewidgetinterface_p.h
diff options
context:
space:
mode:
authorBjørn Erik Nilsen <bjorn.nilsen@nokia.com>2010-04-20 09:03:24 (GMT)
committerBjørn Erik Nilsen <bjorn.nilsen@nokia.com>2010-04-20 10:39:40 (GMT)
commitf6d816ffe37ac74d29a7423683d4e046a3906b74 (patch)
treef5aaee3721706fb3d9b7b7e04ad600aed057cbe2 /src/scripttools/debugging/qscriptdebuggercodewidgetinterface_p.h
parentdd478a4b829921c9dfeb23110177a30f32eca5af (diff)
downloadQt-f6d816ffe37ac74d29a7423683d4e046a3906b74.zip
Qt-f6d816ffe37ac74d29a7423683d4e046a3906b74.tar.gz
Qt-f6d816ffe37ac74d29a7423683d4e046a3906b74.tar.bz2
No repaint when resizing graphics item with an effect.
Problem was that the item's cache was not invalidated from prepareGeometryChange(). We did invalidate the cache for all the ancestors, but not for the item itself. To avoid looping through the whole parent chain twice, we invalidate the item's cache before walking the parent chain. It would be nice to centralize the cache invalidating mechanism, but for now it's OK to solve it like this. Auto test included. Task-number: QTBUG-9551 Reviewed-by: samuel
Diffstat (limited to 'src/scripttools/debugging/qscriptdebuggercodewidgetinterface_p.h')
0 files changed, 0 insertions, 0 deletions