Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kdenlive
Commits
945199a1
Commit
945199a1
authored
Jun 24, 2022
by
Jean-Baptiste Mardelle
Browse files
Fix effect parameter spin box incrementing twice on mouse wheel
parent
beae24e1
Pipeline
#194828
passed with stage
in 10 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/widgets/dragvalue.cpp
View file @
945199a1
...
...
@@ -169,7 +169,8 @@ bool DragValue::eventFilter(QObject *watched, QEvent *event)
m_label
->
slotValueDec
();
}
// Stop processing, event accepted
return
false
;
event
->
accept
();
return
true
;
}
return
QObject
::
eventFilter
(
watched
,
event
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment