DGZ

Results 4 comments of DGZ

我在重现这个问题时,发现将qfluentwidgets/components/widgets/scroll_bar.py 中的 第515行 注释掉后,解决了这个问题,具体原因我还需要分析一下。 ![image](https://github.com/zhiyiYo/PyQt-Fluent-Widgets/assets/74223784/95406ede-163d-4777-87ed-dcd7da5075cf)

我刚才忘了展示另一个细节,这行代码被 qfluentwidgets/components/widgets/tree_view.py 的 96行调用 ![image](https://github.com/zhiyiYo/PyQt-Fluent-Widgets/assets/74223784/e63a6aed-c462-4aae-b178-c37c8f6a9299)

我发现在挪动下方横向滚动条时,树状图的折叠按钮不能随着背景的滚动移动。 ![image](https://github.com/zhiyiYo/PyQt-Fluent-Widgets/assets/74223784/602e0f35-4ed2-41c2-b31d-72ec74a847b4)

修复后如图,选项框不再出现白色横条 ![image](https://github.com/zhiyiYo/PyQt-Fluent-Widgets/assets/74223784/5382fabc-cbde-46d6-a09d-7bbcb7eab375)