From d6760400232484447b1f6ac901b2a86ec2c0c0db Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Mon, 22 Jan 2018 17:48:48 +0300 Subject: [PATCH] OK In progress... --- src/Legend.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Legend.vala b/src/Legend.vala index 2418bbb..018f654 100644 --- a/src/Legend.vala +++ b/src/Legend.vala @@ -6,6 +6,7 @@ namespace CairoChart { public class Legend { Chart chart; + double [] max_font_heights; /** * ``Legend`` position. @@ -150,7 +151,6 @@ namespace CairoChart { DRAW } - double [] max_font_heights; protected virtual void process (ProcessType process_type) { var legend_x0 = 0.0, legend_y0 = 0.0; var heights_idx = 0;