mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-15 11:38:49 -07:00
fixed card hover event in sideboard screen
This commit is contained in:
parent
596e7be8b1
commit
dcf54ae2de
3 changed files with 8 additions and 1 deletions
|
|
@ -26,6 +26,7 @@ public:
|
|||
const QString &getOriginZone() const { return originZone; }
|
||||
protected:
|
||||
void mouseMoveEvent(QGraphicsSceneMouseEvent *event);
|
||||
void hoverEnterEvent(QGraphicsSceneHoverEvent *event);
|
||||
};
|
||||
|
||||
class DeckViewCardDragItem : public AbstractCardDragItem {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue