fix: rinomina header gruppo DIVIDENDI → DIVIDENDI ANNUALI nella tabella sottostanti+dividendi

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-24 10:13:40 +01:00
parent 7c7d1658ea
commit 76145ad0d2

View File

@@ -128,9 +128,9 @@ public class DividendSectionRenderer
DrawHeaderCell(g, cx, y, barriereW, rh, "BARRIERE", accentBrush, whiteBrush, headerFont);
cx += barriereW;
// "DIVIDENDI" (cols 9-14)
// "DIVIDENDI ANNUALI" (cols 9-14)
float dividendiW = cw[9] + cw[10] + cw[11] + cw[12] + cw[13] + cw[14];
DrawHeaderCell(g, cx, y, dividendiW, rh, "DIVIDENDI", DarkBlueBrush, whiteBrush, headerFont);
DrawHeaderCell(g, cx, y, dividendiW, rh, "DIVIDENDI ANNUALI", DarkBlueBrush, whiteBrush, headerFont);
// ── Riga 2: Sottocolonne ───────────────────────────────────────
cx = x0;