fix #477,disable wheel for internal tasks separator

pull/1/head
Michail Vourlakos 8 years ago
parent ebc70d12b2
commit 1ada1ebae3

@ -593,6 +593,10 @@ MouseArea{
}
onWheel: {
if (isSeparator) {
return;
}
var angle = wheel.angleDelta.y / 8;
//positive direction

Loading…
Cancel
Save