elm_toolbar: fix prio.visible
authorMarcel Hollerbach <mail@marcel-hollerbach.de>
Mon, 22 Oct 2018 08:03:28 +0000 (10:03 +0200)
committerYeongjong Lee <yj34.lee@samsung.com>
Thu, 8 Nov 2018 06:40:48 +0000 (15:40 +0900)
commitf056cae7b38b1203cd8e6c82a12256f19703e204
tree8e7fff7b29a1c2b34f81279955921625091655fd
parent1e30daa73b20e0ace339da5d848d47f606d15852
elm_toolbar: fix prio.visible

prio.visible is ignored in case of SHRINK_EXPAND is used. every single
item is just stuffed into a box. Thus in case that the *more flag
indicates that another box is displayed (rather than not fitting items),
then we do not set the visibility flag on the item - as the item is used
anyways.

ref T6806.

Differential Revision: https://phab.enlightenment.org/D7185
src/lib/elementary/elm_toolbar.c