Skip to content

Commit

Permalink
Merge pull request #3 from RisingOrange/main
Browse files Browse the repository at this point in the history
Fix crash when importing colpkg
  • Loading branch information
AnKingMed authored Feb 24, 2022
2 parents 7620d84 + 45fef5a commit 4a8610d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/addon/menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ def maybe_add_get_help_submenu(menu: QMenu) -> None:
submenu = create_get_help_submenu(menu)
menu.insertMenu(act, submenu)
menu.removeAction(act)
act.deleteLater()
new_act = submenu.menuAction()
new_act.setProperty(submenu_property, True)
new_act.setProperty("version", submenu_ver)
Expand Down

0 comments on commit 4a8610d

Please sign in to comment.