Skip to content

[Qt] fix coincontrol update issue when deleting a send coins entry#7282

Merged
jonasschnelli merged 1 commit into
masterfrom
2016/01/qt_cc_fee
Jan 5, 2016
Merged

[Qt] fix coincontrol update issue when deleting a send coins entry#7282
jonasschnelli merged 1 commit into
masterfrom
2016/01/qt_cc_fee

Conversation

@jonasschnelli
Copy link
Copy Markdown
Contributor

Fixes #7278.

Only "count" visible send-coins-entries for size/fee calculation, because deleting send-coins-entries use the deleteLater() method.

Call updateTabsAndLabels() after qApp-> processEvents() to make sure, a just added entry response false when calling entry->isHidden().

@maflcko
Copy link
Copy Markdown
Member

maflcko commented Jan 4, 2016

Tested ACK 621bd69 fixes #7278.

@laanwj
Copy link
Copy Markdown
Member

laanwj commented Jan 5, 2016

Thanks! utACK

@jonasschnelli jonasschnelli merged commit 621bd69 into master Jan 5, 2016
jonasschnelli added a commit that referenced this pull request Jan 5, 2016
621bd69 [Qt] fix coincontrol update issue when deleting a send coin entry (Jonas Schnelli)
jonasschnelli added a commit that referenced this pull request Jan 5, 2016
@jonasschnelli jonasschnelli deleted the 2016/01/qt_cc_fee branch January 8, 2016 09:31
luke-jr pushed a commit to luke-jr/bitcoin that referenced this pull request Jan 10, 2016
luke-jr pushed a commit to luke-jr/bitcoin that referenced this pull request Jan 10, 2016
@bitcoin bitcoin locked as resolved and limited conversation to collaborators Sep 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug in amount calculation

3 participants