GUI: Always call parent changeEvent handler

This commit is contained in:
Luke Dashjr
2021-06-22 19:24:35 +00:00
parent c901d4d8ce
commit 9d5bf6bf01
8 changed files with 15 additions and 0 deletions

View File

@@ -245,6 +245,8 @@ void SendCoinsEntry::changeEvent(QEvent* e)
ui->deleteButton_is->setIcon(platformStyle->SingleColorIcon(QStringLiteral(":/icons/remove")));
ui->deleteButton_s->setIcon(platformStyle->SingleColorIcon(QStringLiteral(":/icons/remove")));
}
QStackedWidget::changeEvent(e);
}
bool SendCoinsEntry::updateLabel(const QString &address)