Skip to content

Commit baf3a3a

Browse files
author
MarcoFalke
committed
Merge #13536: [qt] coincontrol: Remove unused qt4 workaround
faa2cf6 [qt] coincontrol: Remove unused qt4 workaround (MarcoFalke) Pull request description: This reverts 55eade9 since it is no longer required. Tree-SHA512: ec523d505b410ab72ce9fdee86dfcfe96011472fb386744bb585169724270426ee65da2b527ae47928d604e1f21f54aa2b4b82f9a9d3fbfea1a6516478d81d11
2 parents b877c39 + faa2cf6 commit baf3a3a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/qt/coincontroldialog.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,6 @@ CoinControlDialog::CoinControlDialog(const PlatformStyle *_platformStyle, QWidge
118118
// (un)select all
119119
connect(ui->pushButtonSelectAll, SIGNAL(clicked()), this, SLOT(buttonSelectAllClicked()));
120120

121-
// change coin control first column label due Qt4 bug.
122-
// see https://github.com/bitcoin/bitcoin/issues/5716
123-
ui->treeWidget->headerItem()->setText(COLUMN_CHECKBOX, QString());
124-
125121
ui->treeWidget->setColumnWidth(COLUMN_CHECKBOX, 84);
126122
ui->treeWidget->setColumnWidth(COLUMN_AMOUNT, 110);
127123
ui->treeWidget->setColumnWidth(COLUMN_LABEL, 190);

0 commit comments

Comments
 (0)