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); }