Android: no background image - and no lyrics at the moment :-(

This commit is contained in:
craig.p.drummond
2012-06-20 20:34:22 +00:00
parent e40afefb52
commit 097483ef75

View File

@@ -146,8 +146,12 @@ LyricsPage::LyricsPage(MainWindow *p)
saveBtn->setDefaultAction(saveAction);
cancelBtn->setDefaultAction(cancelAction);
delBtn->setDefaultAction(delAction);
text->setZoom(Settings::self()->lyricsZoom());
#ifdef CANTATA_ANDROID
setBgndImageEnabled(false);
#else
setBgndImageEnabled(Settings::self()->lyricsBgnd());
text->setZoom(Settings::self()->lyricsZoom());
#endif
setMode(Mode_Blank);
}