reorganizing
This commit is contained in:
parent
eaa32c8b2b
commit
ceefbebe23
1 changed files with 1 additions and 5 deletions
|
@ -275,8 +275,6 @@ Item {
|
||||||
|
|
||||||
function changeSong(index) {
|
function changeSong(index) {
|
||||||
const s = songsqlmodel.getSong(index);
|
const s = songsqlmodel.getSong(index);
|
||||||
print(s.font);
|
|
||||||
print(s.title);
|
|
||||||
song = s;
|
song = s;
|
||||||
songIndex = index;
|
songIndex = index;
|
||||||
|
|
||||||
|
@ -293,8 +291,7 @@ Item {
|
||||||
changeSlideVAlignment(song.verticalTextAlignment);
|
changeSlideVAlignment(song.verticalTextAlignment);
|
||||||
changeSlideFont(song.font, true);
|
changeSlideFont(song.font, true);
|
||||||
changeSlideFontSize(song.fontSize, true)
|
changeSlideFontSize(song.fontSize, true)
|
||||||
|
print(s.title);
|
||||||
print(song);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function updateLyrics(lyrics) {
|
function updateLyrics(lyrics) {
|
||||||
|
@ -389,7 +386,6 @@ Item {
|
||||||
|
|
||||||
function changeSlideFont(font, updateBox) {
|
function changeSlideFont(font, updateBox) {
|
||||||
const fontIndex = fontBox.find(font);
|
const fontIndex = fontBox.find(font);
|
||||||
print(fontIndex);
|
|
||||||
if (updateBox)
|
if (updateBox)
|
||||||
fontBox.currentIndex = fontIndex;
|
fontBox.currentIndex = fontIndex;
|
||||||
slideEditor.font = font;
|
slideEditor.font = font;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue