making songeditor align text
This commit is contained in:
parent
86a5bbf93c
commit
e22ac445c5
6 changed files with 145 additions and 38 deletions
|
@ -160,7 +160,7 @@ Item {
|
|||
} else if (textIndex <= root.text.length) {
|
||||
previewSlide.text = root.text[textIndex];
|
||||
print(root.text[textIndex]);
|
||||
--textIndex
|
||||
--textIndex;
|
||||
}
|
||||
} else if (itemType === "video") {
|
||||
clearText();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue