3064: Update demo browser on demo save r=heinrich5991 a=BannZay

Fixes #3062

Co-authored-by: Andrii <bannzay3@gmail.com>
This commit is contained in:
bors[bot] 2020-10-11 12:53:02 +00:00 committed by GitHub
commit 247e01bffb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -136,6 +136,8 @@ void CMenus::RenderDemoPlayer(CUIRect MainView)
{
m_DemoPlayerState = DEMOPLAYER_NONE;
Client()->DemoSlice(aPath, CMenus::DemoFilterChat, &s_RemoveChat);
DemolistPopulate();
DemolistOnUpdate(false);
}
}
}