[latex3-commits] [git/LaTeX3-latex3-pdfresources] develop: correct bitset, one off (72743fb)

Ulrike Fischer fischer at troubleshooting-tex.de
Thu Mar 11 23:02:23 CET 2021


Repository : https://github.com/latex3/pdfresources
On branch  : develop
Link       : https://github.com/latex3/pdfresources/commit/72743fbfee68d099bd3b26b6d3b850b756add408

>---------------------------------------------------------------

commit 72743fbfee68d099bd3b26b6d3b850b756add408
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Thu Mar 11 23:02:23 2021 +0100

    correct bitset, one off


>---------------------------------------------------------------

72743fbfee68d099bd3b26b6d3b850b756add408
 l3pdffield.dtx | 38 +++++++++++++++++++-------------------
 1 file changed, 19 insertions(+), 19 deletions(-)

diff --git a/l3pdffield.dtx b/l3pdffield.dtx
index 267aa6b..12861e5 100644
--- a/l3pdffield.dtx
+++ b/l3pdffield.dtx
@@ -397,26 +397,26 @@
 %    \begin{macrocode}
 \bitset_new:Nn \l_@@_Ff_bitset
  {
-    ReadOnly          = 0,
-    Required          = 1,
-    NoExport          = 2,
-    Multiline         = 12,%Tx
-    Password          = 13,
-    NoToggleToOff     = 14,%Btn, radio button
-    Radio             = 15,%Btn: Radio:    15=1, 16=0
-    Pushbutton        = 16,%Btn: Checkbox: 15=0, 16=0
+    ReadOnly          = 1,
+    Required          = 2,
+    NoExport          = 3,
+    Multiline         = 13,%Tx
+    Password          = 14,
+    NoToggleToOff     = 15,%Btn, radio button
+    Radio             = 16,%Btn: Radio:    15=1, 16=0
+    Pushbutton        = 17,%Btn: Checkbox: 15=0, 16=0
                            %Btn: Pushbutton: 16=1
-    Combo             = 17,%Ch: Combo=1 List=0
-    Edit              = 18,%Ch, Combo=1 -> + edit field
-    Sort              = 19,%Ch, not relevant for view...
-    FileSelect        = 20,%Tx
-    MultiSelect       = 21,%Ch
-    DoNotSpellCheck   = 22,%Tx, Ch (if Combo + Edit set)
-    DoNotScroll       = 23,%Tx
-    Comb              = 24,%Tx, requires MaxLen in dict
-    RadiosInUnison    = 25,%Btn Radio
-    RichText          = 25,%Tx
-    CommitOnSelChange = 26
+    Combo             = 18,%Ch: Combo=1 List=0
+    Edit              = 19,%Ch, Combo=1 -> + edit field
+    Sort              = 20,%Ch, not relevant for view...
+    FileSelect        = 21,%Tx
+    MultiSelect       = 22,%Ch
+    DoNotSpellCheck   = 23,%Tx, Ch (if Combo + Edit set)
+    DoNotScroll       = 24,%Tx
+    Comb              = 25,%Tx, requires MaxLen in dict
+    RadiosInUnison    = 26,%Btn Radio
+    RichText          = 26,%Tx
+    CommitOnSelChange = 27
   }
 
 \bitset_new:Nn \l_@@_F_bitset





More information about the latex3-commits mailing list.