diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-05-02 20:28:27 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-05-02 20:28:27 -0400 |
commit | a3eaefcd38f5f92dc342a2a43d37b6571d2a7a6d (patch) | |
tree | cf23d3e1f2b6ddb6f7e92418a527c7dc8bccdfd8 | |
parent | 70f1c629a6e08e0f9c58707f0470e08c6ffeca34 (diff) | |
download | lingo-ap-tracker-a3eaefcd38f5f92dc342a2a43d37b6571d2a7a6d.tar.gz lingo-ap-tracker-a3eaefcd38f5f92dc342a2a43d37b6571d2a7a6d.tar.bz2 lingo-ap-tracker-a3eaefcd38f5f92dc342a2a43d37b6571d2a7a6d.zip |
Connection dialog starts with server field focused
-rw-r--r-- | connection_dialog.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/connection_dialog.cpp b/connection_dialog.cpp index 0138189..55f68eb 100644 --- a/connection_dialog.cpp +++ b/connection_dialog.cpp | |||
@@ -31,4 +31,5 @@ ConnectionDialog::ConnectionDialog() | |||
31 | SetSizerAndFit(top_sizer); | 31 | SetSizerAndFit(top_sizer); |
32 | 32 | ||
33 | Center(); | 33 | Center(); |
34 | server_box_->SetFocus(); | ||
34 | } | 35 | } |