GpuScreenRecorder: added video source option
This commit is contained in:
parent
88447fbcef
commit
5c6657e3af
7 changed files with 37 additions and 17 deletions
|
|
@ -83,7 +83,7 @@ RowLayout {
|
|||
root.hovering = false
|
||||
root.exited()
|
||||
}
|
||||
onWheel: function (wheel) {
|
||||
onWheel: wheel => {
|
||||
if (wheel.angleDelta.y > 0 && spinBox.value < spinBox.to) {
|
||||
spinBox.increase()
|
||||
} else if (wheel.angleDelta.y < 0 && spinBox.value > spinBox.from) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue