forked from flutter/engine
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TizenViewElementary: Remove event layer (#356)
If elm_bg set focus_allow, it can add EVAS_CALLBACk_KEY_* event and elm_bg can be a container. So we don't need the event_layer_ that we temporarily added with elm_button. Therefore, give event callback to container_ and remove event_layer_.
- Loading branch information
Showing
2 changed files
with
27 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters