TextField and TextLabel not to ApplyStyle if Font size or family already set 73/46073/2
authorAgnelo Vaz <agnelo.vaz@samsung.com>
Thu, 13 Aug 2015 17:10:28 +0000 (18:10 +0100)
committerAgnelo Vaz <agnelo.vaz@samsung.com>
Fri, 14 Aug 2015 10:31:43 +0000 (03:31 -0700)
commit8cdf22c87a0428691dcf7df10f3020656b3a2ebf
treee6eb8a3c5f7a473c9a6751734c46d45d6575e680
parentfddb0059f61f9e5dfd10521a14e15e6bad110d06
TextField and TextLabel not to ApplyStyle if Font size or family already set

* If the Font Point size or Font family has been set then will not ApplyStyle after notifcation from StyleMonitor
* If StyleMonitor requests a ThemeChange then the new theme will be applied and over-ride set properties

- If the system font point size is changed this will not take effect until application restarted.
- Font Point Size or Font family can not be changed by system instantly

Change-Id: Ib3fd88c3def9f8af63aaca9556192043a2274e48
Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
dali-toolkit/internal/controls/text-controls/text-field-impl.cpp
dali-toolkit/internal/controls/text-controls/text-label-impl.cpp