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.

This commit is contained in:
Crystalwarrior 2019-09-16 23:53:32 +03:00
parent 13221319b8
commit 19ff6cd5f8

View File

@ -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)
{