diff --git a/YACReaderLibrary/library_window.cpp b/YACReaderLibrary/library_window.cpp index eff4fdf9..4d30a896 100644 --- a/YACReaderLibrary/library_window.cpp +++ b/YACReaderLibrary/library_window.cpp @@ -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