mirror of
				https://github.com/YACReader/yacreader
				synced 2025-10-31 08:14:29 -04:00 
			
		
		
		
	Use QQuickWidget instead of QQuickView to avoid displacement bugs on Windows and Linux
This commit is contained in:
		| @ -10,7 +10,7 @@ class QSplitter; | ||||
| class ComicFlowWidget; | ||||
| class QToolBar; | ||||
| class ComicModel; | ||||
| class QQuickView; | ||||
| class QQuickWidget; | ||||
|  | ||||
| class ComicsView : public QWidget | ||||
| { | ||||
| @ -55,7 +55,7 @@ protected: | ||||
|     void dragEnterEvent(QDragEnterEvent *event); | ||||
|     void dropEvent(QDropEvent *event); | ||||
|  | ||||
|     QQuickView *view; | ||||
|     QQuickWidget *view; | ||||
|     QWidget *container; | ||||
|  | ||||
|     ComicDB *comicDB; | ||||
|  | ||||
		Reference in New Issue
	
	Block a user