mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
[Qt] Dont set table color in coin control
This commit is contained in:
parent
6603b09e77
commit
b51700a852
@ -18,7 +18,6 @@
|
||||
|
||||
#include <QApplication>
|
||||
#include <QCheckBox>
|
||||
#include <QColor>
|
||||
#include <QCursor>
|
||||
#include <QDialogButtonBox>
|
||||
#include <QFlags>
|
||||
@ -674,9 +673,6 @@ void CoinControlDialog::updateView()
|
||||
itemWalletAddress->setFlags(flgTristate);
|
||||
itemWalletAddress->setCheckState(COLUMN_CHECKBOX,Qt::Unchecked);
|
||||
|
||||
for (int i = 0; i < ui->treeWidget->columnCount(); i++)
|
||||
itemWalletAddress->setBackground(i, QColor(248, 247, 246));
|
||||
|
||||
// label
|
||||
itemWalletAddress->setText(COLUMN_LABEL, sWalletLabel);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user