diff options
| author | Crystalwarrior <varsash@gmail.com> | 2019-09-16 23:53:32 +0300 |
|---|---|---|
| committer | Crystalwarrior <varsash@gmail.com> | 2019-09-16 23:53:32 +0300 |
| commit | 19ff6cd5f8a74188d65aa0a0ffaf2827f6471586 (patch) | |
| tree | 03f52ed3dccc50e060abff3d65478bc1162736d9 /src/courtroom.cpp | |
| parent | 13221319b889a48255f8409389ef41f37ee8ac98 (diff) | |
Fix an incredibly obscure bug where if the viewport message is inside the viewport itself it would not let you scroll it up should the message be too long.
Diffstat (limited to 'src/courtroom.cpp')
| -rw-r--r-- | src/courtroom.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/courtroom.cpp b/src/courtroom.cpp index 6c8a9bd6..08ece887 100644 --- a/src/courtroom.cpp +++ b/src/courtroom.cpp @@ -2231,6 +2231,7 @@ void Courtroom::start_chat_ticking() ui_vp_chatbox->show(); ui_vp_message->show(); + ui_vp_message->raise(); //So you can scroll it if (!is_additive) { |
