Efl.Ui.Image.Zoomable: inherit elm.widget as class
authorAmitesh Singh <amitesh.sh@samsung.com>
Thu, 8 Jun 2017 08:32:41 +0000 (17:32 +0900)
committerAmitesh Singh <amitesh.sh@samsung.com>
Thu, 8 Jun 2017 08:39:45 +0000 (17:39 +0900)
this fixes a mistake done in cb1d53c835ef465
Thanks to jp for notifying it.

ref T5352

src/lib/elementary/efl_ui_image_zoomable.eo

index 32eb37b..6fbcfce 100644 (file)
@@ -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)
 {