From 171c5d51ba3de7a4a793ef26918cf4524ca16a24 Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Mon, 22 Jan 2018 16:57:15 +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 63c466f..59c42fb 100644 --- a/src/Legend.vala +++ b/src/Legend.vala @@ -88,7 +88,7 @@ namespace CairoChart { process (ProcessType.DRAW); } - public virtual void draw_rect (out double x0, out double y0) { + protected virtual void draw_rect (out double x0, out double y0) { x0 = y0 = 0.0; if (chart.ctx != null) { switch (position) {