mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-28 16:20:01 +02:00
update the viewport!
This commit is contained in:
@@ -50,6 +50,7 @@ DynamicView::showMessageTimeout( const QString& title, const QString& body )
|
||||
m_title = title;
|
||||
m_body = body;
|
||||
m_showTimer.start();
|
||||
viewport()->update();
|
||||
}
|
||||
|
||||
void
|
||||
|
@@ -28,7 +28,7 @@ void
|
||||
OverlayWidget::setOpacity( qreal opacity )
|
||||
{
|
||||
m_opacity = opacity;
|
||||
m_parent->reset();
|
||||
m_parent->viewport()->update();
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user