Details
-
Type:
Bug
-
Status: Closed
-
Priority:
High
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.3.0b1
-
Component/s: User Interface
-
Labels:None
-
Environment:PyQt >= 5.14
Description
Trying to open the cover art context menu in PyQt 5.14 crashes Picard:
Traceback (most recent call last):
File "./picard/ui/coverartbox.py", line 541, in contextMenuEvent
load_image_behavior_group = QtWidgets.QActionGroup(self.parent, exclusive=True)
TypeError: 'exclusive' is an unknown keyword argument
zsh: abort (core dumped) ./tagger.py
This was working fine with PyQt < 5.14