summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Mittendrein <git@maxmitti.at>2026-07-05 04:10:56 +0200
committerMarkus Mittendrein <git@maxmitti.at>2026-07-05 04:10:56 +0200
commit0e773e367fc1c75101fb89a79b4f5b3f86867ee4 (patch)
treed580151aded421a32965a43cff3733f4db38a96c
parenta8559c975062e3422ca2b6d8fbfc33d20749fc86 (diff)
downloadDTMenuDebug.c4d-master.tar.gz
DTMenuDebug.c4d-master.zip
Fix default being replaced by else in Menu_Adaptor descriptionHEADmaster
-rw-r--r--Script.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Script.c b/Script.c
index 1996efe..110171e 100644
--- a/Script.c
+++ b/Script.c
@@ -1439,7 +1439,7 @@ Menu_Adaptor({
StepSize = [<StepSize for increasing and decreasing>, <StepSize for MessageBoard input>] for Integer-Type,
NoEmptyString = <Disallow setting the value to an empty string for String-Type>: true | >false<,
EntryIndex = >Internal<: used for MessageBoard callbacks,
- WrapAround = <Wrap around the allowed values at their limits for Integer- and Enum-Type>: true <else for Enum> | false <else for Integer>,
+ WrapAround = <Wrap around the allowed values at their limits for Integer- and Enum-Type>: true <default for Enum> | false <default for Integer>,
Enum = <only for Enum-Type>: {
Values = [<[Values according to Layout]>...],
Layout = [<[Menu_Layout_*, some can be combined with &]>...],