mirror of
https://github.com/YACReader/yacreader
synced 2025-07-22 15:04:40 -04:00
merged
This commit is contained in:
@ -17,7 +17,7 @@ ClassicComicsView::ClassicComicsView(QWidget *parent)
|
||||
//FLOW-----------------------------------------------------------------------
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
if(QGLFormat::hasOpenGL() && (settings->value(USE_OPEN_GL).toBool() == true))
|
||||
if((settings->value(USE_OPEN_GL).toBool() == true))
|
||||
comicFlow = new ComicFlowWidgetGL(0);
|
||||
else
|
||||
comicFlow = new ComicFlowWidgetSW(0);
|
||||
|
Reference in New Issue
Block a user