Android: no background image - and no lyrics at the moment :-(
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user