From b401f53077e4527051d47755b1ba60f071f434c3 Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Mon, 22 Jan 2018 16:56:08 +0300 Subject: [PATCH] OK In progress... --- src/Legend.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Legend.vala b/src/Legend.vala index 3ecd264..63c466f 100644 --- a/src/Legend.vala +++ b/src/Legend.vala @@ -127,13 +127,13 @@ namespace CairoChart { } } - public enum ProcessType { + protected enum ProcessType { CALC = 0, // default DRAW } double [] max_font_heights; - public virtual void process (ProcessType process_type) { + protected virtual void process (ProcessType process_type) { var legend_x0 = 0.0, legend_y0 = 0.0; var heights_idx = 0; var leg_width_sum = 0.0;