Efl.Ui.Image.Zoomable: inherit elm.widget as class

this fixes a mistake done in cb1d53c835
Thanks to jp for notifying it.

ref T5352
This commit is contained in:
Amitesh Singh 2017-06-08 17:32:41 +09:00
parent 66a79ece6b
commit baf4cdc1c6
1 changed files with 1 additions and 1 deletions

View 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)
{