Skip to content
This repository has been archived by the owner on Jan 3, 2019. It is now read-only.

Commit

Permalink
[#308] fixed enabling send button in send window
Browse files Browse the repository at this point in the history
if you typed the amount in the fiat field instead of the btc field,
the button wouldn't enable
  • Loading branch information
mackuba committed Feb 28, 2014
1 parent 60ce36c commit 4f36cf8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Hive/Controllers/HISendBitcoinsWindowController.m
Original file line number Diff line number Diff line change
Expand Up @@ -653,6 +653,8 @@ - (void)controlTextDidChange:(NSNotification *)notification {
[self updateSendButtonEnabled];
} else if (notification.object == self.convertedAmountField) {
[self updateAmountFromConvertedAmount];
[self updateFee];
[self updateSendButtonEnabled];
} else {
[self setQRCodeScanningEnabled:self.nameLabel.stringValue.length == 0];
[self clearContact];
Expand Down

0 comments on commit 4f36cf8

Please sign in to comment.