bu5hm4n pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=4b2d459783721fc84916b7204ae7a75202679584

commit 4b2d459783721fc84916b7204ae7a75202679584
Author: Marcel Hollerbach <marcel-hollerb...@t-online.de>
Date:   Thu Oct 13 16:25:37 2016 +0200

    gengrid: call this on the pam class not on the normal class
    
    this fixes gengrid.
---
 src/lib/elementary/elm_gengrid.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elementary/elm_gengrid.c b/src/lib/elementary/elm_gengrid.c
index 90fc7fa..ed7ba99 100644
--- a/src/lib/elementary/elm_gengrid.c
+++ b/src/lib/elementary/elm_gengrid.c
@@ -495,7 +495,7 @@ _elm_gengrid_pan_efl_gfx_size_set(Eo *obj, 
Elm_Gengrid_Pan_Data *psd, Evas_Coord
    if (_evas_object_intercept_call(obj, EVAS_OBJECT_INTERCEPT_CB_RESIZE, 0, w, 
h))
      return;
 
-   efl_gfx_size_set(efl_super(obj, MY_CLASS), w, h);
+   efl_gfx_size_set(efl_super(obj, MY_PAN_CLASS), w, h);
 
    ecore_job_del(psd->wsd->calc_job);
    psd->wsd->calc_job = ecore_job_add(_calc_job, psd->wobj);

-- 


Reply via email to