aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2013-12-02 08:52:44 +0100
committerWladimir J. van der Laan <[email protected]>2013-12-02 08:52:54 +0100
commitb9988c9e74f715f36ab718c61312d94364c16d24 (patch)
treef101b3d1f0a12cc72c8c6cd479ef446acdb6701f /src
parentMake unit tests succeed with -DDEBUG_LOCKORDER (diff)
parentFix a rare crash on Mac OS X, by removing a setFocus on the payTo field that ... (diff)
downloaddiscoin-b9988c9e74f715f36ab718c61312d94364c16d24.tar.xz
discoin-b9988c9e74f715f36ab718c61312d94364c16d24.zip
Merge pull request #3339
bae6c7e 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. (Ryan Niebur)
Diffstat (limited to 'src')
-rw-r--r--src/qt/sendcoinsentry.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qt/sendcoinsentry.cpp b/src/qt/sendcoinsentry.cpp
index 4be8bf9eb..4d28f6886 100644
--- a/src/qt/sendcoinsentry.cpp
+++ b/src/qt/sendcoinsentry.cpp
@@ -97,8 +97,6 @@ void SendCoinsEntry::clear()
ui->memoTextLabel_s->clear();
ui->payAmount_s->clear();
- ui->payTo->setFocus();
-
// update the display unit, to not use the default ("BTC")
updateDisplayUnit();
}