Fix for selection handles. 29/42529/2
authorVictor Cebollada <v.cebollada@samsung.com>
Mon, 29 Jun 2015 08:04:15 +0000 (09:04 +0100)
committerVictor Cebollada <v.cebollada@samsung.com>
Mon, 29 Jun 2015 14:50:17 +0000 (15:50 +0100)
Selection handles may remain pressed after the power button is pressed.

* The TouchEvent with Interrupt state is not handled.
  Actually Dali core does not send this event when the power button
  is pressed. This patch is a work-around to fix the issue.
  Would be a proper solution send the TouchEvent with the Interrupt
  state when the power button is pressed?

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

No differences found