mirror of
https://github.com/YACReader/yacreader
synced 2025-12-28 03:53:10 -05:00
Use QQuickWidget instead of QQuickView to avoid displacement bugs on Windows and Linux
This commit is contained in:
@ -262,7 +262,7 @@ TRANSLATIONS = yacreaderlibrary_es.ts \
|
||||
yacreaderlibrary_source.ts
|
||||
|
||||
#QML/GridView
|
||||
QT += quick qml
|
||||
QT += quick qml quickwidgets
|
||||
|
||||
HEADERS += grid_comics_view.h \
|
||||
comics_view_transition.h
|
||||
|
||||
Reference in New Issue
Block a user