1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-20 07:52:30 +02:00

* Repaint ClickableLabel when opactity changes.

This commit is contained in:
Christian Muehlhaeuser 2014-08-20 09:18:05 +02:00
parent 60793e07be
commit 8ad1643a46

View File

@ -42,6 +42,7 @@ ClickableLabel::~ClickableLabel()
void ClickableLabel::setOpacity( float opacity )
{
m_opacity = opacity;
repaint();
}