[app] Fixed the problem with the font size adjustment being ignored
Per-book font size adjustment was essentially ignored until the font size is changed for the first time.
This commit is contained in:
parent
75ce1acb1c
commit
8169b31531
1 changed files with 1 additions and 0 deletions
|
@ -247,6 +247,7 @@ void BooksBookModel::setBook(BooksBook* aBook)
|
|||
(iBook = aBook)->retain();
|
||||
iBookRef = newBook;
|
||||
iTitle = iBook->title();
|
||||
iTextStyle = iSettings->textStyle(fontSizeAdjust());
|
||||
connect(iBook, SIGNAL(fontSizeAdjustChanged()), SLOT(onTextStyleChanged()));
|
||||
HDEBUG(iTitle);
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue