mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-10 15:18:09 +00:00
Fix a rare crash on Mac OS X, by removing a setFocus on the payTo field that was not necessary, as the field still receives focus without it.
This commit is contained in:
parent
40ad6e7f35
commit
bae6c7e32b
@ -97,8 +97,6 @@ void SendCoinsEntry::clear()
|
|||||||
ui->memoTextLabel_s->clear();
|
ui->memoTextLabel_s->clear();
|
||||||
ui->payAmount_s->clear();
|
ui->payAmount_s->clear();
|
||||||
|
|
||||||
ui->payTo->setFocus();
|
|
||||||
|
|
||||||
// update the display unit, to not use the default ("BTC")
|
// update the display unit, to not use the default ("BTC")
|
||||||
updateDisplayUnit();
|
updateDisplayUnit();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user