From 0e773e367fc1c75101fb89a79b4f5b3f86867ee4 Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Sun, 5 Jul 2026 04:10:56 +0200 Subject: Fix default being replaced by else in Menu_Adaptor description --- Script.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [, ] for Integer-Type, NoEmptyString = : true | >false<, EntryIndex = >Internal<: used for MessageBoard callbacks, - WrapAround = : true | false , + WrapAround = : true | false , Enum = : { Values = [<[Values according to Layout]>...], Layout = [<[Menu_Layout_*, some can be combined with &]>...], -- cgit v1.2.3-54-g00ecf