shod

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 83703ad80625a33f482b2a850db34d69367b3c81
parent a7e268507ed502c06bb3c0c63c2304d5b87e3cb1
Author: seninha <lucas@seninha.org>
Date:   Wed, 16 Mar 2022 18:35:07 -0300

recalc row size after restacking column

Diffstat:
Mshod.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/shod.c b/shod.c @@ -3600,6 +3600,7 @@ rowstack(struct Column *col, struct Row *row) } else { return; } + colcalcrows(col, 0, 1); containermoveresize(col->c); containerdecorate(col->c, NULL, NULL, 0, 0); }