Use the theme property.

This commit is contained in:
Luis Ángel San Martín 2018-09-07 12:56:21 +02:00 committed by Luis Ángel San Martín
parent 0eebc9af92
commit afdd96c2e0

View File

@ -237,7 +237,7 @@ void LibraryWindow::doLayout()
//FINAL LAYOUT-------------------------------------------------------------
comicsViewsManager = new YACReaderComicsViewsManager(settings, Theme::currentTheme(), this);
comicsViewsManager = new YACReaderComicsViewsManager(settings, theme, this);
sHorizontal->addWidget(sideBar);
#ifndef Q_OS_MAC