Skip to content

Commit

Permalink
Merge pull request #5729
Browse files Browse the repository at this point in the history
fdf80ea [Qt] allow unit changes for read-only BitcoinAmountField (Philip Kaufmann)
  • Loading branch information
laanwj committed Feb 3, 2015
2 parents f425050 + fdf80ea commit 9c4a5a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/qt/bitcoinamountfield.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@ void BitcoinAmountField::setValue(const CAmount& value)
void BitcoinAmountField::setReadOnly(bool fReadOnly)
{
amount->setReadOnly(fReadOnly);
unit->setEnabled(!fReadOnly);
}

void BitcoinAmountField::unitChanged(int idx)
Expand Down

0 comments on commit 9c4a5a5

Please sign in to comment.