[FIX] wrong handling of `border.rectList` with PySide6 backend by martinschwinzerl · Pull Request #103 · PlotPyStack/PythonQwt
and others added 5 commits
July 12, 2025 01:39This appears to fix the problems described in issue PlotPyStack#102 . The changes can be made more pythonic, this patch literally came out of my debugging session - feedback regarding cleaning it up and making it ready for merging would be highly appreciated
Here is my proposition to keep one of the case that was implemented for issue PlotPyStack#63
The class Border has a rectList member, but some lines in drawRects() refered to a member attribute named list. This caused the test to fail again on PySide6, test passes now with these modifications.
PierreRaybaut
changed the title
[FIX] wrong handling of border.rectList with PySide6 backend
[FIX] wrong handling of border.rectList with PySide6 backend
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