Skip to content

Commit

Permalink
Merge pull request #7256
Browse files Browse the repository at this point in the history
33877ed Add note to CoinControl Dialog workaround (fanquake)
  • Loading branch information
laanwj committed Jan 4, 2016
2 parents d032b5b + 33877ed commit 08ab906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/coincontroldialog.cpp
Expand Up @@ -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)
{
Expand Down

0 comments on commit 08ab906

Please sign in to comment.