efl_ui/popup: apply user min size hints during group_calc

if these hints are set, they should be used

Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D9539
This commit is contained in:
Mike Blumenkrantz 2019-08-09 12:10:13 -04:00 committed by Cedric BAIL
parent 3aee9a96c0
commit 1334514cfe
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ _sizing_eval(Eo *obj)
/* trigger layout calc */
efl_canvas_group_calculate(efl_super(obj, MY_CLASS));
min = efl_gfx_hint_size_restricted_min_get(obj);
min = efl_gfx_hint_size_combined_min_get(obj);
Eina_Size2D size = efl_gfx_entity_size_get(obj);