Reduced size of control depth index ranges 22/113222/3
authorDavid Steele <david.steele@samsung.com>
Mon, 6 Feb 2017 20:22:11 +0000 (20:22 +0000)
committerDavid Steele <david.steele@samsung.com>
Wed, 8 Feb 2017 13:53:41 +0000 (13:53 +0000)
commit37b2e018472bc9c0bd7576f10387de62c6377a2d
tree48f10046849186aabc064854205e5fb2a6a92810
parent6630638215878dbd545843c0956c480833cf8be7
Reduced size of control depth index ranges

The control depth index ranges, used for setting the depth index of
visuals, needs to stay within the sibling order range, which is
defined as 1000. The existing values for background (used by button)
overlapped with sibling order and caused incorrect ordering in the svg
demo.

Of note is the Layer::TREE_DEPTH_MULTIPLIER is different from the
DevelLayer::TREE_DEPTH_MULTIPLIER value, and should be removed.

Change-Id: I176f277286840f5b57840661f285dc9261795769
Signed-off-by: David Steele <david.steele@samsung.com>
dali-toolkit/devel-api/controls/control-depth-index-ranges.h
dali-toolkit/internal/controls/text-controls/text-editor-impl.cpp
dali-toolkit/internal/controls/text-controls/text-field-impl.cpp
dali-toolkit/internal/controls/text-controls/text-label-impl.cpp
dali-toolkit/internal/text/rendering/atlas/text-atlas-renderer.cpp
dali-toolkit/internal/visuals/text/text-visual.cpp