pass styles to menu with giving a parent

This commit is contained in:
iLLiCiTiT 2020-12-23 16:47:46 +01:00
parent 5806713004
commit 540ac8eae0

View file

@ -430,7 +430,7 @@ class SettingObject:
return self.mouseReleaseEvent(event)
return
menu = QtWidgets.QMenu()
menu = QtWidgets.QMenu(self)
actions_mapping = {}
if self.child_modified: