- БЛЯ
Group.as :
override public function set scrollRect(value:Rectangle):void
{
// Work-around for Flash Player bug: if GraphicElements share
// the Group's Display Object and cacheAsBitmap is true, the
// scrollRect won't function correctly.
var previous:Boolean = canShareDisplayObject;
super.scrollRect = value;
if (numGraphicElements > 0 && previous != canShareDisplayObject)
invalidateDisplayObjectOrdering();
}#591490from Talk.v104B8F9CC02, 23 months ago
