expliciely removing the clipe item to avoid unexpected calls in the

destructor
This commit is contained in:
Uwe Rathmann 2017-11-09 19:59:51 +01:00
parent 708c7e81f2
commit 559c73eae8

View File

@ -404,6 +404,7 @@ QskScrollArea::QskScrollArea( QQuickItem* parentItem ):
QskScrollArea::~QskScrollArea()
{
delete m_data->clipItem;
}
void QskScrollArea::updateLayout()