Gui: [skip ci] fix typo

This commit is contained in:
luzpaz
2023-02-05 22:00:52 +00:00
committed by Uwe
parent ee798b0b36
commit 2e1ad2c2ad

View File

@@ -163,7 +163,7 @@ CommandBase::~CommandBase()
//command manager hence before any command object. So the action pointer is a dangling pointer
//at this state.
// Command can be destroyed before the the MainWindow, for example, dynamic
// Command can be destroyed before the MainWindow, for example, dynamic
// command created (and later deleted) by user for a pie menu.
if (getMainWindow())
delete _pcAction;