[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:39
This 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
…ide6' into fix/102_test_stylesheet_fail_pyside6
Here is my proposition to keep one of the case that was implemented for issue PlotPyStack#63

@martinschwinzerl

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

@PierreRaybaut

@PierreRaybaut PierreRaybaut changed the title [FIX] wrong handling of border.rectList with PySide6 backend [FIX] wrong handling of border.rectList with PySide6 backend

Jul 14, 2025