From af6713ebb464fe264e553542c0a6cbf545e8052f Mon Sep 17 00:00:00 2001 From: Daniel Kolesa Date: Wed, 30 Aug 2017 15:34:31 +0200 Subject: [PATCH] efl interfaces: fix incorrect enum val --- src/lib/efl/interfaces/efl_orientation.eo | 2 +- src/lib/elementary/elm_interface_scrollable.eo | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/efl/interfaces/efl_orientation.eo b/src/lib/efl/interfaces/efl_orientation.eo index 8ed69aac55..1b42b320e6 100644 --- a/src/lib/efl/interfaces/efl_orientation.eo +++ b/src/lib/efl/interfaces/efl_orientation.eo @@ -28,7 +28,7 @@ interface Efl.Orientation instance. ]] values { - dir: Efl.Orient(none); [[The rotation angle (CCW), see @Efl.Orient.]] + dir: Efl.Orient(Efl.Orient.none); [[The rotation angle (CCW), see @Efl.Orient.]] } } } diff --git a/src/lib/elementary/elm_interface_scrollable.eo b/src/lib/elementary/elm_interface_scrollable.eo index c953ab8bf7..0f782eb50f 100644 --- a/src/lib/elementary/elm_interface_scrollable.eo +++ b/src/lib/elementary/elm_interface_scrollable.eo @@ -101,7 +101,7 @@ mixin Elm.Interface_Scrollable(Efl.Ui.Scrollable, Efl.Canvas.Group, Efl.Ui.Focus with regard to scrolling. ]] values { - block: Efl.Ui.Scroll_Block(none); [[Which axis (or axes) to block]] + block: Efl.Ui.Scroll_Block(Efl.Ui.Scroll_Block.none); [[Which axis (or axes) to block]] } } @property momentum_animator_disabled {