missing polish added

This commit is contained in:
Uwe Rathmann 2019-09-15 19:00:51 +02:00
parent 71d3896efe
commit 82e18ff967

View File

@ -164,6 +164,8 @@ void QskStackBox::setCurrentIndex( int index )
}
m_data->currentIndex = index;
polish();
Q_EMIT currentIndexChanged( m_data->currentIndex );
}