Multi-sub transition cinematic, linkedsubs don't have to be docked to the main sub when leaving (being at the same exit is enough), resetting item/serverlog listbox scroll when filtering the list

This commit is contained in:
Regalis
2016-07-18 20:37:12 +03:00
parent c4cc19ea4f
commit 2bdd6ff916
5 changed files with 56 additions and 15 deletions

View File

@@ -120,6 +120,8 @@ namespace Barotrauma.Networking
textBlock.Visible = textBlock.Text.ToLower().Contains(text);
}
listBox.BarScroll = 0.0f;
return true;
}