mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
check that transactionView->selectionModel()->selectedRows(0) exists
This commit is contained in:
parent
08338942b5
commit
d7828abd5b
@ -365,6 +365,8 @@ void TransactionView::contextualMenu(const QPoint &point)
|
||||
{
|
||||
QModelIndex index = transactionView->indexAt(point);
|
||||
QModelIndexList selection = transactionView->selectionModel()->selectedRows(0);
|
||||
if (selection.empty())
|
||||
return;
|
||||
|
||||
// check if transaction can be abandoned, disable context menu action in case it doesn't
|
||||
uint256 hash;
|
||||
|
Loading…
Reference in New Issue
Block a user