We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba54754 commit 21ff719Copy full SHA for 21ff719
src/mruby-zest/example/HarmonicEdit.qml
@@ -30,7 +30,7 @@ Widget {
30
31
children.each_with_index do |ch, i|
32
ii = (i+off).to_i.to_s
33
- ch.children[1].label = ii
+ ch.children[1].label = (i+off+1).to_i.to_s
34
if(self.type == :oscil)
35
ch.children[0].extern = self.extern + "magnitude" + ii
36
ch.children[2].extern = self.extern + "phase" + ii
0 commit comments