[latex3-commits] [git/LaTeX3-latex3-latex3] main: fix box_gresize_to_ht_plus_dp to be global (2cc097293)

Joseph Wright joseph.wright at morningstar2.co.uk
Tue Sep 14 12:38:29 CEST 2021


Repository : https://github.com/latex3/latex3
On branch  : main
Link       : https://github.com/latex3/latex3/commit/2cc0972934a2cbc0a08f733e05771c8e67346329

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

commit 2cc0972934a2cbc0a08f733e05771c8e67346329
Author: Marei (peiTeX) <marei at peitex.de>
Date:   Tue Sep 14 09:29:45 2021 +0200

    fix box_gresize_to_ht_plus_dp to be global


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

2cc0972934a2cbc0a08f733e05771c8e67346329
 l3kernel/l3box.dtx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3kernel/l3box.dtx b/l3kernel/l3box.dtx
index 8d73f9bb2..c95baa731 100644
--- a/l3kernel/l3box.dtx
+++ b/l3kernel/l3box.dtx
@@ -2086,7 +2086,7 @@
 \cs_generate_variant:Nn \box_gresize_to_ht_plus_dp:Nn { c }
 \cs_new_protected:Npn \@@_resize_to_ht_plus_dp:NnN #1#2#3
   {
-    \hbox_set:Nn #1
+    #3 #1
       {
         \@@_resize_set_corners:N #1
         \fp_set:Nn \l_@@_scale_y_fp





More information about the latex3-commits mailing list.