Fix text's highlight box. 59/81359/3
authorVictor Cebollada <v.cebollada@samsung.com>
Mon, 25 Jul 2016 09:33:41 +0000 (10:33 +0100)
committerVictor Cebollada <v.cebollada@samsung.com>
Tue, 2 Aug 2016 10:55:28 +0000 (11:55 +0100)
* Fixed a bug when calculating the size of the highlight box.
  It caused the highlight box to be culled.

* Replaces the std::vector<QuadCoordinates> by a Dali::Vector<Vector4>
  and resizes it with the number of quads to avoid reallocations.

Change-Id: Ia3c027c601de9c8c23693a6786fcfdfee57edaeb
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>

No differences found