Skip to content

Commit

Permalink
Adjusted scroll behavior in ASA stat limits editor
Browse files Browse the repository at this point in the history
  • Loading branch information
thommcgrath committed Jun 26, 2024
1 parent 80f0181 commit 6c5bbc1
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -925,6 +925,8 @@ End
Next
End If

Var ScrollPosition As Integer = List.ScrollPosition

Var Config As ArkSA.Configs.StatLimits = Self.Config(False)
List.SelectionChangeBlocked = True
List.RemoveAllRows()
Expand Down Expand Up @@ -956,7 +958,7 @@ End
Next
Next
List.SelectionChangeBlocked = False
List.EnsureSelectionIsVisible
List.ScrollPosition = ScrollPosition
End Sub
#tag EndMethod

Expand Down

0 comments on commit 6c5bbc1

Please sign in to comment.