hi tero!
thanks for the new release. i've tested a little bit and recognized, that i wasn't quite right. the deactivated-class should also be assigned, if item-count equals size.
for all who also need to fix this:
search:
replace:
thanks for the new release. i've tested a little bit and recognized, that i wasn't quite right. the deactivated-class should also be assigned, if item-count equals size.
for all who also need to fix this:
search:
if(r.getSize()<m.size)
replace:
if(r.getSize()<=m.size)