Added TextVisual function to convert string keys to index keys in Property Map 42/110742/6
authorAgnelo Vaz <agnelo.vaz@samsung.com>
Wed, 18 Jan 2017 14:17:59 +0000 (14:17 +0000)
committerAgnelo Vaz <agnelo.vaz@samsung.com>
Wed, 18 Jan 2017 16:18:36 +0000 (16:18 +0000)
commit6c02c5852ca329f720e4ae72d9cef2524629574c
tree12c12136388335638b32cb9a51945f8312687fc5
parentc114d8cee1d9e5d3e2ba51d23b1b6cab485df95f
Added TextVisual function to convert string keys to index keys in Property Map

Fixes issue in which a PropertyMap made up of string keys would not merged into a PropertyMap made of Index keys. Instead it will have entries for both. The Visual Factory will only use Indexes to create the TextVisual hence the Properties set with strings are ignored.

Change-Id: I0bf2495d96ce86616a70d9de544dfe9768db40d7
automated-tests/src/dali-toolkit/utc-Dali-Button.cpp
dali-toolkit/internal/controls/buttons/button-impl.cpp
dali-toolkit/internal/visuals/text/text-visual.cpp
dali-toolkit/internal/visuals/text/text-visual.h