Skip to content

Commit

Permalink
Merge bitcoin#13536: [qt] coincontrol: Remove unused qt4 workaround
Browse files Browse the repository at this point in the history
faa2cf6 [qt] coincontrol: Remove unused qt4 workaround (MarcoFalke)

Pull request description:

  This reverts 55eade9 since it is no longer required.

Tree-SHA512: ec523d505b410ab72ce9fdee86dfcfe96011472fb386744bb585169724270426ee65da2b527ae47928d604e1f21f54aa2b4b82f9a9d3fbfea1a6516478d81d11
(cherry picked from commit baf3a3a)

# Conflicts:
#	src/qt/coincontroldialog.cpp
  • Loading branch information
MarcoFalke authored and gades committed Mar 5, 2022
1 parent bba7a9c commit cd2851b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/qt/coincontroldialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,6 @@ CoinControlDialog::CoinControlDialog(QWidget* parent) :
// Toggle lock state
connect(ui->pushButtonToggleLock, SIGNAL(clicked()), this, SLOT(buttonToggleLockClicked()));

// change coin control first column label due Qt4 bug.
// see https://github.com/bitcoin/bitcoin/issues/5716
ui->treeWidget->headerItem()->setText(COLUMN_CHECKBOX, QString());

ui->treeWidget->setColumnWidth(COLUMN_CHECKBOX, 84);
ui->treeWidget->setColumnWidth(COLUMN_AMOUNT, 100);
ui->treeWidget->setColumnWidth(COLUMN_LABEL, 170);
Expand Down

0 comments on commit cd2851b

Please sign in to comment.