SIGN IN SIGN UP

Fix scrollbar markers for folded code (#11625)

There're two errors in scrollbar markers in the presence of folded code:

1. Some markers are not displayed (when the marked row numbers are
greater than the total displayed rows count after folding).
2. Code folding / unfolding doesn't trigger markers repainting.

This PR fixes both problems.

Release Notes:

- Fixed scrollbar markers for folded code.

The second problem (markers are repainted after I move the cursor, not
after folding):


https://github.com/zed-industries/zed/assets/2101250/57ed563d-186d-4497-98ab-d4f946416726
A
Andrew Lygin committed
ba25e371bec1a42f09c4053cf9850417344ec6cd
Parent: c73ef1a
Committed by GitHub <noreply@github.com> on 5/9/2024, 9:23:21 PM