diff options
| author | Crystalwarrior <Varsash@Gmail.com> | 2021-02-11 14:42:37 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-11 14:42:37 +0300 |
| commit | 940b04adb17b68402635c0622ca155da9cf358db (patch) | |
| tree | 86318da8df21c6a1879046a0057c410a0af4404c /src/courtroom.cpp | |
| parent | 617f956f2af896f691910abdec11da1960a87854 (diff) | |
aolayer Debug text bamboozled (#461)
Set focus to chat on pos remove click
Diffstat (limited to 'src/courtroom.cpp')
| -rw-r--r-- | src/courtroom.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/courtroom.cpp b/src/courtroom.cpp index b1b4dc16..d03bf23f 100644 --- a/src/courtroom.cpp +++ b/src/courtroom.cpp @@ -4341,6 +4341,7 @@ void Courtroom::on_pos_remove_clicked() ui_pos_dropdown->setCurrentIndex(0); // as a last resort, choose the first item in the dropdown current_side = ""; ui_pos_remove->hide(); + ui_ic_chat_message->setFocus(); } void Courtroom::set_iniswap_dropdown() |
