Skip to content

Commit ee747ea

Browse files
authored
Raise pair list after courtroom construction (#859)
1 parent f55cbe5 commit ee747ea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/courtroom.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,10 @@ Courtroom::Courtroom(AOApplication *p_ao_app) : QMainWindow()
409409
initialize_emotes();
410410
initialize_evidence();
411411

412+
// TODO : Properly handle widget creation order.
413+
// Good enough for 2.10
414+
ui_pair_list->raise();
415+
412416
construct_char_select();
413417

414418
connect(keepalive_timer, &QTimer::timeout, this, &Courtroom::ping_server);

0 commit comments

Comments
 (0)