From 0bf7977145ca32d6765e357928b4a01f09d50718 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Thu, 7 Oct 2021 22:22:26 +0200 Subject: [PATCH] background role is now window --- YACReaderLibrary/comic_flow_widget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YACReaderLibrary/comic_flow_widget.cpp b/YACReaderLibrary/comic_flow_widget.cpp index 0ade1c0b..372bb46f 100644 --- a/YACReaderLibrary/comic_flow_widget.cpp +++ b/YACReaderLibrary/comic_flow_widget.cpp @@ -166,7 +166,7 @@ ComicFlowWidgetGL::ComicFlowWidgetGL(QWidget *parent) // TODO eleminar "padding" QPalette Pal(palette()); // set black background - Pal.setColor(QPalette::Background, Qt::black); + Pal.setColor(QPalette::Window, Qt::black); setAutoFillBackground(true); setPalette(Pal); }