hi again
changing list boxes opacity does not applied to background image. Is it proper? Took a look at your source code of button-opacity vs listbox opacity and see that something
like
"getRenderer()->m_backgroundTexture.setColor({255, 255, 255, static_cast<sf::Uint8>(m_opacity * 255)});"
is missing.