Command "Set Clip" doesnt save parameter "Name" in Makro

Using “Set Clip” in a Makro is not saving a given clipname:
SetClip2.png
SetClip1.png
To solve this problem it helped for me to insert

S.OptionalN( bHasName ).Define( mName, wxT(“Name”), _(“Unnamed”) );

in line 61 of source-file SetClipCommand.cpp. I’m using Audacity 3.2.4 with Win10 (64bit).

BTW: Set Clip… in Menu " Extra->Scriptables I" worked well.

Good catch. The developers have been notified here: The Macro Command "Set Clip" doesn't save parameter "Name" · Issue #4289 · audacity/audacity · GitHub