Reset unit to default when clearing the field, to prevent confusion
This commit is contained in:
parent
f2b10f6469
commit
83c8d678aa
1 changed files with 2 additions and 0 deletions
|
@ -66,6 +66,8 @@ void BitcoinAmountField::clear()
|
||||||
{
|
{
|
||||||
amount->clear();
|
amount->clear();
|
||||||
decimals->clear();
|
decimals->clear();
|
||||||
|
// TODO: set default based on configuration
|
||||||
|
unit->setCurrentIndex(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool BitcoinAmountField::validate()
|
bool BitcoinAmountField::validate()
|
||||||
|
|
Loading…
Reference in a new issue