diff options
author | Cozz Lovan <cozzlovan@yahoo.com> | 2014-03-14 13:41:51 +0100 |
---|---|---|
committer | Cozz Lovan <cozzlovan@yahoo.com> | 2014-03-14 13:45:43 +0100 |
commit | b51700a852f4220601f6f47ddc51725b59b2da42 (patch) | |
tree | b8ad7ca94f841132dd95ec11d9bc80abb493f516 | |
parent | 6603b09e77990ea3bd085b3a78dd41db4a1643bd (diff) |
[Qt] Dont set table color in coin control
-rw-r--r-- | src/qt/coincontroldialog.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/qt/coincontroldialog.cpp b/src/qt/coincontroldialog.cpp index f0d48baf90..9df8f180b1 100644 --- a/src/qt/coincontroldialog.cpp +++ b/src/qt/coincontroldialog.cpp @@ -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); |