FIXED: Custom parameters python error on cutting parameter

Hi there,

Not a fatal error and not a problem at all, but thought to mention it in case you guys didnt notice.
When you cut a parameter in the “component editor” I get the following python IndexError:

Traceback (most recent call last):
File “/sys/TDResources/popMenu/PopMenuExt”, line 355, in OnSelect
File “/sys/TDResources/popMenu/CallbacksExt”, line 186, in DoCallback
File “/sys/TDDialogs/CompEditor/CompEditorExt”, line 680, in OnParsContextMenu
File “/sys/TDDialogs/CompEditor/CompEditorExt”, line 1058, in RmParameter
IndexError: list index out of range

The cutting functionality does work properly though.
(btw, also a typo in the ‘OnParsContextMenu’ I guess :slight_smile:)

Hope this helps.

Cheers,
Tim

Thanks Tim. Will be fixed in upcoming builds.