Fixed clients being unable to select subs, GUIListBoxes can be scrolled even if selection is disabled
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user