Skip to content

Commit 0115cfb

Browse files
committed
Updated CHANGELOG
1 parent c7f671e commit 0115cfb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
🛠️ Bug fixes:
66

7+
* PySide6 compatibility issues:
8+
* Fixed deprecated call to `QMouseEvent` in `tests/unit/utils.py`
9+
* Added workaround for `QPolygonF` shape point slicing
10+
* [Issue #21](https://github.com/PlotPyStack/PlotPy/issues/21) - PySide6 on Linux: segfault in test_colormap_editor.py
11+
* Fixed `sliderMoved` signal connection in `ColorMapEditor`
12+
* Fixed `AssertionError` in test_rect_zoom.py (Linux, Python 3.12, PyQt6)
713
* Fixed typing issues in `plotpy.events` module:
814
* Event objects were not properly typed (`QtCore.QEvent` instead of `QtGui.QMouseEvent`)
915
* Event position arguments were not properly typed (`QtCore.QPoint` instead of `QtCore.QPointF`)

0 commit comments

Comments
 (0)