Fixed issue #1586: Cannot set initial focus to Checkout dialog, merge dialog and...
commit3b28521dbb628a5bd87585b5fafeb9b326baac97
authorSven Strickroth <email@cs-ware.de>
Sat, 12 Jan 2013 19:09:53 +0000 (12 20:09 +0100)
committerSven Strickroth <email@cs-ware.de>
Sat, 12 Jan 2013 19:09:53 +0000 (12 20:09 +0100)
treec964e01b0cc52a6220cde928c4c943bcc39b7475
parent697eb6f53dcc71f4a214a3a41aa327db42e6c61e
Fixed issue #1586: Cannot set initial focus to Checkout dialog, merge dialog and new reset dialog

The first dialog element (IDC_RADIO_BRANCH) is disabled in Init() method of CChooseVersion, so the focus could not be set on this element and thus no keyboard focus was there. Suppose this was a regression of revision f0fbf330fc6e4987866cfa0c9aee982d28854fa1.

Signed-off-by: Sven Strickroth <email@cs-ware.de>
src/TortoiseProc/GitSwitchDlg.cpp
src/TortoiseProc/MergeDlg.cpp
src/TortoiseProc/ResetDlg.cpp