push button: Update after setting the emphasis
Otherwise we won't re-read the possibly new skin hints
This commit is contained in:
parent
9ad8ca3cc9
commit
7901157b2f
@ -87,6 +87,7 @@ void QskPushButton::setEmphasis( Emphasis emphasis )
|
|||||||
if ( emphasis != m_data->emphasis )
|
if ( emphasis != m_data->emphasis )
|
||||||
{
|
{
|
||||||
m_data->emphasis = emphasis;
|
m_data->emphasis = emphasis;
|
||||||
|
update();
|
||||||
Q_EMIT emphasisChanged( emphasis );
|
Q_EMIT emphasisChanged( emphasis );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user