aboutsummaryrefslogtreecommitdiff
path: root/src/qt/coincontroldialog.cpp
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2016-01-02 17:35:33 +0800
committerfanquake <fanquake@gmail.com>2016-01-02 17:35:33 +0800
commit33877ed3b8c7ee7e814ebee894ccdcc8ce6ab122 (patch)
tree97273a04c3127e0639c4aeaeab8d4ecb15aae44c /src/qt/coincontroldialog.cpp
parentbe9a9a3d2253ceccf123572b97a890c489a5a9be (diff)
downloadbitcoin-33877ed3b8c7ee7e814ebee894ccdcc8ce6ab122.tar.xz
Add note to CoinControl Dialog workaround
Diffstat (limited to 'src/qt/coincontroldialog.cpp')
-rw-r--r--src/qt/coincontroldialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/coincontroldialog.cpp b/src/qt/coincontroldialog.cpp
index 0f42243047..916e667060 100644
--- a/src/qt/coincontroldialog.cpp
+++ b/src/qt/coincontroldialog.cpp
@@ -411,7 +411,7 @@ void CoinControlDialog::viewItemChanged(QTreeWidgetItem* item, int column)
// todo: this is a temporary qt5 fix: when clicking a parent node in tree mode, the parent node
// including all children are partially selected. But the parent node should be fully selected
// as well as the children. Children should never be partially selected in the first place.
- // Please remove this ugly fix, once the bug is solved upstream.
+ // Should be fixed in Qt5.4 and above. https://bugreports.qt.io/browse/QTBUG-43473
#if QT_VERSION >= 0x050000
else if (column == COLUMN_CHECKBOX && item->childCount() > 0)
{