mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 03:10:12 +02:00
* Repaint ClickableLabel when opactity changes.
This commit is contained in:
@@ -42,6 +42,7 @@ ClickableLabel::~ClickableLabel()
|
||||
void ClickableLabel::setOpacity( float opacity )
|
||||
{
|
||||
m_opacity = opacity;
|
||||
repaint();
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user