Deprecated Layer::TREE_DEPTH_MULTIPLIER and fixed mis-usage. 64/113464/2
authorDavid Steele <david.steele@samsung.com>
Tue, 7 Feb 2017 18:15:42 +0000 (18:15 +0000)
committerDavid Steele <david.steele@samsung.com>
Wed, 8 Feb 2017 13:09:39 +0000 (13:09 +0000)
commitcf10aed2033385c1c56b72a577bba6ff7b66ede8
treef9aeb9dabcdb37f99292ed5a169492ccc5dc1822
parent884b36fca4589cb7c715348d11b1a1019dfe64c6
Deprecated Layer::TREE_DEPTH_MULTIPLIER and fixed mis-usage.

Layer::TREE_DEPTH_MULITPLIER has the wrong value for our sorting
algorithm, and has been replaced by DevelLayer::TREE_DEPTH_MULTIPLIER,
which is now set to 1,000,000. Updated HitTestAlgorithm to also use the
correct value.

Change-Id: I7015f485f62a273f9c082171d81cca217dafb7d0
Signed-off-by: David Steele <david.steele@samsung.com>
dali/devel-api/actors/layer-devel.h
dali/internal/event/actors/actor-impl.cpp
dali/internal/event/actors/actor-impl.h
dali/internal/event/events/hit-test-algorithm-impl.cpp
dali/public-api/actors/layer.h