mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-05 21:13:55 -07:00
Remove extra base class call.
Took 3 minutes
This commit is contained in:
parent
3ed74a595a
commit
fbf114b351
1 changed files with 0 additions and 1 deletions
|
|
@ -476,7 +476,6 @@ void CardItem::mouseReleaseEvent(QGraphicsSceneMouseEvent *event)
|
|||
{
|
||||
if (event->button() == Qt::RightButton && owner != nullptr) {
|
||||
emit rightClicked(this, event->screenPos());
|
||||
AbstractCardItem::mouseReleaseEvent(event);
|
||||
return;
|
||||
}
|
||||
if ((event->modifiers() != Qt::AltModifier) && (event->button() == Qt::LeftButton) &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue