From c13e6b7ab0fd36ebf784294b2788ae365109a24f Mon Sep 17 00:00:00 2001 From: in1tiate <32779090+in1tiate@users.noreply.github.com> Date: Fri, 22 Jan 2021 22:43:01 -0600 Subject: Allow effects to decide whether they go over or under the chatbox (#424) Also re-adds pair ordering following viewport refactor. --- include/courtroom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/courtroom.h') diff --git a/include/courtroom.h b/include/courtroom.h index 0dcc53de..bf335814 100644 --- a/include/courtroom.h +++ b/include/courtroom.h @@ -613,9 +613,9 @@ private: QLabel *ui_vp_showname; InterfaceLayer *ui_vp_chat_arrow; QTextEdit *ui_vp_message; - EffectLayer *ui_vp_effect; InterfaceLayer *ui_vp_testimony; InterjectionLayer *ui_vp_wtce; + EffectLayer *ui_vp_effect; InterjectionLayer *ui_vp_objection; QTextEdit *ui_ic_chatlog; -- cgit