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
SeeLook
nootka
Commits
b40119a7
Commit
b40119a7
authored
Oct 15, 2021
by
SeeLook
🎸
Browse files
Fixed adjusting notes diff bar scale when instrument changes
- just use another signal to detect scale change
parent
a6cbf5e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/qml/sound/NotesDiffBar.qml
View file @
b40119a7
...
...
@@ -21,7 +21,7 @@ TnotesBarItem {
Rectangle
{
// background
z
:
-
1
anchors.fill
:
parent
color
:
NOO
.
alpha
(
activPal
.
window
,
2
5
0
)
color
:
NOO
.
alpha
(
activPal
.
window
,
2
4
0
)
}
GlowRect
{
...
...
@@ -56,7 +56,7 @@ TnotesBarItem {
Connections
{
target
:
GLOB
on
Tuning
Changed
:
setAmbitus
(
GLOB
.
loNote
(),
GLOB
.
hiNote
())
on
GuitarParams
Changed
:
setAmbitus
(
GLOB
.
loNote
(),
GLOB
.
hiNote
())
}
}
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