mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
Bugfix: GUI: Receive: Don't try to update label for non-existent Amount column
Fixes: https://github.com/greenaddress/elements/issues/3
This commit is contained in:
parent
bbb5a4cc3f
commit
954f7758ae
1 changed files with 0 additions and 2 deletions
|
|
@ -115,8 +115,6 @@ QVariant RecentRequestsTableModel::headerData(int section, Qt::Orientation orien
|
|||
/** Updates the column title to "Amount (DisplayUnit)" and emits headerDataChanged() signal for table headers to react. */
|
||||
void RecentRequestsTableModel::updateAmountColumnTitle()
|
||||
{
|
||||
columns[Amount] = getAmountTitle();
|
||||
Q_EMIT headerDataChanged(Qt::Horizontal,Amount,Amount);
|
||||
}
|
||||
|
||||
/** Gets title for amount column including current display unit if optionsModel reference available. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue