mirror of
				https://github.com/YACReader/yacreader
				synced 2025-11-03 16:54:39 -05:00 
			
		
		
		
	fixed start dragging in comics table view
This commit is contained in:
		@ -33,10 +33,14 @@ private:
 | 
			
		||||
	void mouseMoveEvent(QMouseEvent *event);
 | 
			
		||||
	void mousePressEvent(QMouseEvent * event);
 | 
			
		||||
	void leaveEvent(QEvent * event);
 | 
			
		||||
    void performDrag();
 | 
			
		||||
 | 
			
		||||
	bool editing;
 | 
			
		||||
	QModelIndex currentIndexEditing;
 | 
			
		||||
	QWidget * myeditor;
 | 
			
		||||
 | 
			
		||||
    //drag from here
 | 
			
		||||
    QPoint startDragPos;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
//---
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user