Commit 51e2287
authored
Fix ghost column when no sticky columns (#20)
When no sticky columns are present, an extra "ghost" column appears
because of a fault in the code that determines which columns to render
for the bottom left portion of `SplitScroll`. When the bottom left
portion has zero width, it claims it should render columns `0..1`, while
the correct result is `0..0`.
I applied the same fix for sticky rows.
See faulty behavior in video:
https://github.com/user-attachments/assets/73838349-44ba-4c21-8fc9-0e922a2f6f441 parent de95269 commit 51e2287
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
618 | 618 | | |
619 | 619 | | |
620 | 620 | | |
621 | | - | |
| 621 | + | |
622 | 622 | | |
623 | 623 | | |
624 | 624 | | |
| |||
635 | 635 | | |
636 | 636 | | |
637 | 637 | | |
638 | | - | |
| 638 | + | |
639 | 639 | | |
640 | 640 | | |
641 | 641 | | |
| |||
0 commit comments