Fix repeat event inheritance from parent smart just like

pass events are inherited. This was inconsistent.
                


SVN revision: 65574
This commit is contained in:
Carsten Haitzler 2011-11-24 13:01:15 +00:00
parent e9252c781a
commit b2bbceff4b
3 changed files with 7 additions and 1 deletions

View File

@ -510,3 +510,8 @@
* TGA loader gets fixed alpha decode - real life tga's have
proper alpha values. also reduce false positive tga file
detection
2011-11-24 Carsten Haitzler (The Rasterman)
* Fix repeat event inheritance from parent smart just like
pass events are inherited. This was inconsistent.

View File

@ -86,6 +86,7 @@ Fixes:
* infintie loop bug when re-inserting objects during pre-render calc
* evas_object_image_data_convert
* TGA loader detects false positives less and handles alpha TGAs better
* repeat event flag not inherited from parent smart like pass events
Improvements:

View File

@ -69,7 +69,7 @@ _evas_event_object_list_in_get(Evas *e, Eina_List *in,
}
if (norep)
{
*no_rep = 1;
if (!obj->repeat_events) *no_rep = 1;
return in;
}
}