From 3e68a63a9dcbf569806fb7c642dd680359b3a98f Mon Sep 17 00:00:00 2001 From: Joonas Rikkonen Date: Sun, 9 Jun 2019 17:45:14 +0300 Subject: [PATCH] (02937a371) Fixed server list height not being updated when filtering servers --- Barotrauma/BarotraumaClient/Source/Screens/ServerListScreen.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Barotrauma/BarotraumaClient/Source/Screens/ServerListScreen.cs b/Barotrauma/BarotraumaClient/Source/Screens/ServerListScreen.cs index 223ab7bfe..b856d5940 100644 --- a/Barotrauma/BarotraumaClient/Source/Screens/ServerListScreen.cs +++ b/Barotrauma/BarotraumaClient/Source/Screens/ServerListScreen.cs @@ -205,6 +205,8 @@ namespace Barotrauma UserData = "noresults" }; } + + serverList.UpdateScrollBarSize(); } private bool RefreshJoinButtonState(GUIComponent component, object obj)