diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-06-08 21:31:20 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-06-08 21:31:20 +0200 |
| commit | 1ea8806c7c628cba3cc063200efca10b327356cf (patch) | |
| tree | a57baebf64f9ee8eb121b6287b9295fe509e97a1 /src/wx/make_chain_dialog.cc | |
| parent | 63a493f35d014c4dc20dbcb3cdc08de40d2a012c (diff) | |
Add a bunch of SetFocus calls.
Diffstat (limited to 'src/wx/make_chain_dialog.cc')
| -rw-r--r-- | src/wx/make_chain_dialog.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/make_chain_dialog.cc b/src/wx/make_chain_dialog.cc index e1ba112ce..d681c00e8 100644 --- a/src/wx/make_chain_dialog.cc +++ b/src/wx/make_chain_dialog.cc @@ -88,4 +88,6 @@ MakeChainDialog::MakeChainDialog ( } layout (); + + _organisation->SetFocus (); } |
