Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Graham Littlewood
Elisa
Commits
94f04331
Commit
94f04331
authored
Sep 09, 2017
by
Matthieu Gallien
🎵
Browse files
fix the MouseArea used to change the visualization effect
parent
563342b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/HeaderBar.qml
View file @
94f04331
...
...
@@ -139,6 +139,11 @@ Item {
QOniometer
{
id
:
visualizer
anchors.fill
:
parent
MouseArea
{
anchors.fill
:
parent
onClicked
:
visualizer
.
selectNextEffect
()
}
}
}
...
...
@@ -452,9 +457,4 @@ Item {
oldImage
=
newImage
}
}
MouseArea
{
anchors.fill
:
parent
onClicked
:
visualizer
.
selectNextEffect
()
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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