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:
parent
60793e07be
commit
8ad1643a46
@ -42,6 +42,7 @@ ClickableLabel::~ClickableLabel()
|
||||
void ClickableLabel::setOpacity( float opacity )
|
||||
{
|
||||
m_opacity = opacity;
|
||||
repaint();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user