From: Amitesh Singh Date: Thu, 8 Jun 2017 08:32:41 +0000 (+0900) Subject: Efl.Ui.Image.Zoomable: inherit elm.widget as class X-Git-Tag: upstream/1.20.0~721 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=baf4cdc1c6bb864cb876ea7936763e792862ccb0;p=platform%2Fupstream%2Fefl.git Efl.Ui.Image.Zoomable: inherit elm.widget as class this fixes a mistake done in cb1d53c835ef465 Thanks to jp for notifying it. ref T5352 --- diff --git a/src/lib/elementary/efl_ui_image_zoomable.eo b/src/lib/elementary/efl_ui_image_zoomable.eo index 32eb37b..6fbcfce 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) {