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:
@@ -128,9 +128,9 @@ public class DividendSectionRenderer
|
|||||||
DrawHeaderCell(g, cx, y, barriereW, rh, "BARRIERE", accentBrush, whiteBrush, headerFont);
|
DrawHeaderCell(g, cx, y, barriereW, rh, "BARRIERE", accentBrush, whiteBrush, headerFont);
|
||||||
cx += barriereW;
|
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];
|
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 ───────────────────────────────────────
|
// ── Riga 2: Sottocolonne ───────────────────────────────────────
|
||||||
cx = x0;
|
cx = x0;
|
||||||
|
|||||||
Reference in New Issue
Block a user