From 940b04adb17b68402635c0622ca155da9cf358db Mon Sep 17 00:00:00 2001 From: Crystalwarrior Date: Thu, 11 Feb 2021 14:42:37 +0300 Subject: aolayer Debug text bamboozled (#461) Set focus to chat on pos remove click --- src/courtroom.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/courtroom.cpp') 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() -- cgit