mirror of
https://github.com/YACReader/yacreader
synced 2025-07-23 15:35:03 -04: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