forked from xi-editor/xi-mac
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix scroll bars not appearing on certain settings
Setting the bounds origins directly caused the scroll bar to not show up due to scroller management being hidden in `scroll(to: )`. This commit fixes that by canceling the animation after the call instead.
- Loading branch information
1 parent
6677700
commit c504b10
Showing
2 changed files
with
4 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters