push button: Update after setting the emphasis

Otherwise we won't re-read the possibly new skin hints
This commit is contained in:
Peter Hartmann 2024-02-22 09:30:55 +01:00 committed by uwerat
parent 9ad8ca3cc9
commit 7901157b2f

View File

@ -87,6 +87,7 @@ void QskPushButton::setEmphasis( Emphasis emphasis )
if ( emphasis != m_data->emphasis )
{
m_data->emphasis = emphasis;
update();
Q_EMIT emphasisChanged( emphasis );
}
}