Fix wheel event
This commit is contained in:
parent
b3622b86f6
commit
f0af68c987
1 changed files with 2 additions and 0 deletions
|
@ -285,6 +285,8 @@ GridView {
|
|||
control.increaseIconSize()
|
||||
else
|
||||
control.decreaseIconSize()
|
||||
} else {
|
||||
wheel.accepted = false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue