You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a TreeWidget with multiple columns, there seems to exist a bug with the hovering color of the item. If you select an item, and then hover on it, the color will change, but only for the specific column. The color on the other columns will remain the same.
20231112_182856.mp4
Operation System
Windows 10
Python Version
3.9.13
PyQt/PySide Version
6.5.2
PyQt/PySide-Fluent-Widgets Version
1.3.8
How to Reproduce?
Just create a simpmle TreeWidget with two columns. Then add some test data. Run the application, select an item, slowly hover on it and the bug will be reproduced.
What happened?
When creating a TreeWidget with multiple columns, there seems to exist a bug with the hovering color of the item. If you select an item, and then hover on it, the color will change, but only for the specific column. The color on the other columns will remain the same.
20231112_182856.mp4
Operation System
Windows 10
Python Version
3.9.13
PyQt/PySide Version
6.5.2
PyQt/PySide-Fluent-Widgets Version
1.3.8
How to Reproduce?
Just create a simpmle TreeWidget with two columns. Then add some test data. Run the application, select an item, slowly hover on it and the bug will be reproduced.
Minimum code
The text was updated successfully, but these errors were encountered: