Commit 80ec6ce
committed
[UPDATE] fix wrong attribute name
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.1 parent 21333e9 commit 80ec6ce
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
0 commit comments