(02937a371) Fixed server list height not being updated when filtering servers

This commit is contained in:
Joonas Rikkonen
2019-06-09 17:45:14 +03:00
parent 8e0a2d712a
commit 3e68a63a9d

View File

@@ -205,6 +205,8 @@ namespace Barotrauma
UserData = "noresults"
};
}
serverList.UpdateScrollBarSize();
}
private bool RefreshJoinButtonState(GUIComponent component, object obj)