Bugfix: GUI: Re-enable Show/Remove buttons on Receive tab

This commit is contained in:
Luke Dashjr 2019-03-04 22:52:20 +00:00 committed by Gregory Sanders
parent f96392040c
commit 3779ae290d

View file

@ -94,10 +94,12 @@ void ReceiveCoinsDialog::setModel(WalletModel *_model)
#if 0
tableView->setColumnWidth(RecentRequestsTableModel::Label, LABEL_COLUMN_WIDTH);
tableView->setColumnWidth(RecentRequestsTableModel::Amount, AMOUNT_MINIMUM_COLUMN_WIDTH);
#endif
connect(tableView->selectionModel(),
&QItemSelectionModel::selectionChanged, this,
&ReceiveCoinsDialog::recentRequestsView_selectionChanged);
#if 0
// Last 2 columns are set by the columnResizingFixer, when the table geometry is ready.
columnResizingFixer = new GUIUtil::TableViewLastColumnResizingFixer(tableView, AMOUNT_MINIMUM_COLUMN_WIDTH, DATE_COLUMN_WIDTH, this);
#endif