diff options
| author | in1tiate <32779090+in1tiate@users.noreply.github.com> | 2021-01-22 22:43:01 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-22 22:43:01 -0600 |
| commit | c13e6b7ab0fd36ebf784294b2788ae365109a24f (patch) | |
| tree | 7d93863749fb9aec3247084d43d147d1de0b477f /include/courtroom.h | |
| parent | 56750c343b850236a75219cb6148fb9992871df2 (diff) | |
Allow effects to decide whether they go over or under the chatbox (#424)
Also re-adds pair ordering following viewport refactor.
Diffstat (limited to 'include/courtroom.h')
| -rw-r--r-- | include/courtroom.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
