-
Bug
-
Resolution: Fixed
-
High
-
None
-
None
-
PyQt >= 5.14
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