aboutsummaryrefslogtreecommitdiff
path: root/src/courtroom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/courtroom.cpp')
-rw-r--r--src/courtroom.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/courtroom.cpp b/src/courtroom.cpp
index efea86d5..ac9f43c4 100644
--- a/src/courtroom.cpp
+++ b/src/courtroom.cpp
@@ -409,6 +409,10 @@ Courtroom::Courtroom(AOApplication *p_ao_app) : QMainWindow()
initialize_emotes();
initialize_evidence();
+ // TODO : Properly handle widget creation order.
+ // Good enough for 2.10
+ ui_pair_list->raise();
+
construct_char_select();
connect(keepalive_timer, &QTimer::timeout, this, &Courtroom::ping_server);