Gesture layer: Updated changelog according to c08d6e0bf8350e69bc5aa8.

This commit is contained in:
Tom Hacohen 2013-09-18 14:25:32 +01:00
parent 3e2327f6e4
commit edb3f6a237
2 changed files with 6 additions and 0 deletions

View File

@ -1625,3 +1625,8 @@
* flip : set the focus to it's content object when flip go to is called
while flip is focused.
2013-09-18 Tom Hacohen (TAsn)
* Gesture layer: Fix gesture layer with "pointer" events.

View File

@ -296,6 +296,7 @@ Removals:
* Ctxpopup: Apply current ctxpopup style to the list.
* Popup: Fix the corrupted internal widget tree that caused elm_theme_set() doesn't work correctly.
* Mapbuf: Ensure that content size calculation is correctly finished because the mapbuf is willing to block the size calculation forcely.
* Gesture layer: Fix gesture layer with "pointer" events.
Changes since Elementary 1.0.0:
-------------------------