mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 16:24:45 -07:00
cardInfoPopup fix; chatView fix
This commit is contained in:
parent
9f098f2a6d
commit
0120d2a019
13 changed files with 38 additions and 25 deletions
|
|
@ -172,8 +172,7 @@ void CardInfoWidget::resizeEvent(QResizeEvent * /*event*/)
|
|||
}
|
||||
}
|
||||
|
||||
void CardInfoWidget::mouseReleaseEvent(QMouseEvent *event)
|
||||
QString CardInfoWidget::getCardName() const
|
||||
{
|
||||
if ((event->button() == Qt::MidButton) && (mode == ModePopUp))
|
||||
emit mouseReleased();
|
||||
}
|
||||
return nameLabel2->text();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue