edje_cc: fix state.no_render description

@fix
This commit is contained in:
Andrii Kroitor 2017-10-27 11:06:23 +03:00
parent b297387f5c
commit 5e46c01001
1 changed files with 3 additions and 3 deletions

View File

@ -8947,13 +8947,13 @@ st_collections_group_parts_part_description_hid(void)
/**
@page edcref
@property
visible
no_render
@parameters
[0 or 1]
@effect
Takes a boolean value specifying whether part is visible (1) or not
(0). Non-visible parts do not emit signals. The default value is 1.
Same as setting no_render in part, but can be changed in different states.
Defaults: 0
@since 1.19
@endproperty
*/