Commit 01a049a
authored
Fix call to ScaleEngine.autoScale
The original `QwtScaleEngine.autoScale` mutated the passed values in-place, but this was missed when the code was translated to Python, where `autoScale` returns the new values as a tuple.1 parent 35c9fc2 commit 01a049a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
954 | 954 | | |
955 | 955 | | |
956 | 956 | | |
957 | | - | |
| 957 | + | |
958 | 958 | | |
959 | 959 | | |
960 | 960 | | |
| |||
0 commit comments