Skip to content

Commit

Permalink
Fix viewer resizing issue (#559)
Browse files Browse the repository at this point in the history
Introduced in #552

Also pinned PySide6 to <6.4 due to compatibility issue with matplotlib.
abey79 authored Oct 14, 2022
1 parent 344d110 commit df6c877
Showing 5 changed files with 80 additions and 77 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ Release date: UNRELEASED
* The `layout` command now properly handles the `tight` special case by fitting the page size around the existing geometries, accommodating for a margin if provided (#556)
* Added new units (`yd`, `mi`, and `km`) (#541)
* Added `inch` unit as a synonym to `in`, useful for expressions (in which `in` is a reserved keyword) (#541)
* Migrated to PySide6 (from PySide2), which simplifies installation on Apple silicon Macs (#552)
* Migrated to PySide6 (from PySide2), which simplifies installation on Apple silicon Macs (#552, #559)

### Bug fixes

Loading

0 comments on commit df6c877

Please sign in to comment.