Gui: [skip ci] fix typo

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

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;