the emphasis might also have an impact on the sizeHints
This commit is contained in:
parent
7901157b2f
commit
d0dd2ac93b
@ -87,7 +87,10 @@ void QskPushButton::setEmphasis( Emphasis emphasis )
|
||||
if ( emphasis != m_data->emphasis )
|
||||
{
|
||||
m_data->emphasis = emphasis;
|
||||
|
||||
resetImplicitSize();
|
||||
update();
|
||||
|
||||
Q_EMIT emphasisChanged( emphasis );
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user