Fix EllipseShape for Affectors in QtQuick.Particle
authorDaniel Oberländer <oberlaender.daniel@gmail.com>
Thu, 29 May 2014 19:37:54 +0000 (21:37 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 12 Jun 2014 15:15:11 +0000 (17:15 +0200)
commit7eb4e701dd361f58edcdf9a74770938d6ffa75b0
treefcc73e629bb7684672bbda5509207cbcb9376367
parent56c534ace6ab26fadd616f477be1ec51b93332b6
Fix EllipseShape for Affectors in QtQuick.Particle

EllipseShape was theated like rectangles if set as shape in an Affector
due to an unimplemented containment check (was marked as TODO in source
code). This fix implements the missing check.

Change-Id: I8df1406f147c56e799531fccf4963110c9fdd8ef
Reviewed-by: Alan Alpert (Personal) <416365416c@gmail.com>
src/particles/qquickellipseextruder.cpp