isVisible always return True on item in a not visible scroll list
I have a scroll list lightSoundSelectorScroll made by several items from the container lightSoundItem.
In the view I call lightSoundSelectorScroll.setVisible(false); or lightSoundSelectorScroll.setVisible(true); but, when calling this->isVisible() inside void lightSoundItem::handleTickEvent() I always have true even if I called lightSoundSelectorScroll.setVisible(false); before
Why is that?
