fix: 修复滚动条不被隐藏 - #3
Open
ViceEye wants to merge 1 commit into
Open
Conversation
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
问题
Scroll(showScrollbar=False)之前只隐藏了bar_and_track父控件。原生滚动面板不会可靠地将可见性传递给内部嵌套的
track和scroll_box控件,因此滚动条轨道和滑块仍然会显示。修复
针对 touch 和 mouse 两种滚动模板,同时隐藏已知的
bar_and_track子控件,包括:trackscroll_box这样设置
showScrollbar=False后,滚动条轨道和滑块都会被隐藏。验证
git diff --check检查通过Scroll列表进行验证