disable wheel handling

This commit is contained in:
Uwe Rathmann 2020-03-16 16:38:02 +01:00
parent efe053ecd2
commit fd919e9065
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ namespace
: QskScrollBox( parent ) : QskScrollBox( parent )
{ {
setPolishOnResize( true ); setPolishOnResize( true );
setWheelEnabled( false );
enableAutoTranslation( true ); enableAutoTranslation( true );
setFocusPolicy( Qt::NoFocus ); setFocusPolicy( Qt::NoFocus );