Bug fix in Transform manager and performance improvement 37/83237/4
authorFerran Sole <ferran.sole@samsung.com>
Tue, 9 Aug 2016 15:07:35 +0000 (16:07 +0100)
committerFerran Sole <ferran.sole@samsung.com>
Wed, 10 Aug 2016 14:00:23 +0000 (07:00 -0700)
commitf9dbda73167c2f49215c38d3a818818b6be60c56
treee4ff44790adf4e5a2087e571d1ccbd1e60762804
parent96029507df32f5a681d07a7a2abf856c12d2e669
Bug fix in Transform manager and performance improvement

* World matrices where not reordered in the sorting pass causing the application to get the wrong value if the world matrix was queried during component sorting. This bug was causing slider handle and value to jump to an erroneous position when panning

* Minor performance improvement to reduce the number of swaps when reordering transform components

Change-Id: Ifde6ef4aaa2052c70042ef46c8909c85c407588a
dali/internal/update/manager/transform-manager.cpp