summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmitesh Singh <amitesh.sh@samsung.com>2017-06-08 17:32:41 +0900
committerAmitesh Singh <amitesh.sh@samsung.com>2017-06-08 17:35:46 +0900
commitf7c53fd0d736860a7657c35b9cf20f54e8638705 (patch)
tree2a912dfa5fa4fe183e4484b4fd04d9b52db779d5
parent89cb1f87adcbeae4c808e60fd031ed4fa51b7dc1 (diff)
downloadefl-devs/ami/zoom_play.tar.gz
Efl.Ui.Image.Zoomable: inherit elm.widget as classdevs/ami/zoom_play
this fixes a mistake done in cb1d53c835ef465 Thanks to jp for notifying it. ref T5352
-rw-r--r--src/lib/elementary/efl_ui_image_zoomable.eo2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elementary/efl_ui_image_zoomable.eo b/src/lib/elementary/efl_ui_image_zoomable.eo
index 32eb37b159..6fbcfce8b8 100644
--- a/src/lib/elementary/efl_ui_image_zoomable.eo
+++ b/src/lib/elementary/efl_ui_image_zoomable.eo
@@ -1,4 +1,4 @@
-class Efl.Ui.Image.Zoomable (Efl.Ui.Image, Efl.Ui.Zoom,
+class Efl.Ui.Image.Zoomable (Elm.Widget, Efl.Ui.Image, Efl.Ui.Zoom,
Elm.Interface_Scrollable,
Efl.Ui.Scrollable)
{