Fixed clients being unable to select subs, GUIListBoxes can be scrolled even if selection is disabled

This commit is contained in:
Joonas Rikkonen
2018-01-28 19:14:24 +02:00
parent cdff422920
commit 8b3a089884
2 changed files with 2 additions and 4 deletions
@@ -306,8 +306,6 @@ namespace Barotrauma
UpdateChildrenRect(deltaTime);
if (!enabled) return;
if (scrollBarEnabled && !scrollBarHidden) scrollBar.Update(deltaTime);
if ((MouseOn == this || MouseOn == scrollBar || IsParentOf(MouseOn)) && PlayerInput.ScrollWheelSpeed != 0)