Qt 5.6 incompatibility fixed
This commit is contained in:
parent
b5ef42cb8c
commit
3f0e398d2b
|
@ -448,7 +448,7 @@ void QskScrollArea::adjustItem()
|
||||||
|
|
||||||
m_data->enableAutoTranslation( this, false );
|
m_data->enableAutoTranslation( this, false );
|
||||||
|
|
||||||
setScrollableSize( item->size() );
|
setScrollableSize( QSizeF( item->width(), item->height() ) );
|
||||||
setScrollPos( scrollPos() );
|
setScrollPos( scrollPos() );
|
||||||
|
|
||||||
m_data->enableAutoTranslation( this, true );
|
m_data->enableAutoTranslation( this, true );
|
||||||
|
|
Loading…
Reference in New Issue