aboutsummaryrefslogtreecommitdiff
path: root/src/courtroom.cpp
diff options
context:
space:
mode:
authorCrystalwarrior <Varsash@Gmail.com>2021-02-11 14:42:37 +0300
committerGitHub <noreply@github.com>2021-02-11 14:42:37 +0300
commit940b04adb17b68402635c0622ca155da9cf358db (patch)
tree86318da8df21c6a1879046a0057c410a0af4404c /src/courtroom.cpp
parent617f956f2af896f691910abdec11da1960a87854 (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.cpp1
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()