disable wheel handling
This commit is contained in:
parent
efe053ecd2
commit
fd919e9065
|
@ -70,6 +70,7 @@ namespace
|
|||
: QskScrollBox( parent )
|
||||
{
|
||||
setPolishOnResize( true );
|
||||
setWheelEnabled( false );
|
||||
enableAutoTranslation( true );
|
||||
|
||||
setFocusPolicy( Qt::NoFocus );
|
||||
|
|
Loading…
Reference in New Issue