From afdd96c2e06fd4aa25a11ba0a99207f5f98127a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Fri, 7 Sep 2018 12:56:21 +0200 Subject: [PATCH] Use the theme property. --- YACReaderLibrary/library_window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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