expliciely removing the clipe item to avoid unexpected calls in the
destructor
This commit is contained in:
parent
708c7e81f2
commit
559c73eae8
@ -404,6 +404,7 @@ QskScrollArea::QskScrollArea( QQuickItem* parentItem ):
|
||||
|
||||
QskScrollArea::~QskScrollArea()
|
||||
{
|
||||
delete m_data->clipItem;
|
||||
}
|
||||
|
||||
void QskScrollArea::updateLayout()
|
||||
|
Loading…
x
Reference in New Issue
Block a user