In progress...

This commit is contained in:
Kolan Sh 2018-01-19 11:27:49 +03:00
parent 0a24356ae6
commit 35018eeb4d
2 changed files with 2 additions and 2 deletions

View File

@ -169,7 +169,7 @@ namespace CairoChart {
draw_series (); draw_series ();
fix_evarea (); fix_evarea ();
cursors.draw_cursors (); cursors.draw ();
fix_evarea (); fix_evarea ();
return true; return true;

View File

@ -237,7 +237,7 @@ namespace CairoChart {
size.y = double.max (h_x, h_y); size.y = double.max (h_x, h_y);
} }
public virtual void draw_cursors () { public virtual void draw () {
if (chart.series.length == 0) return; if (chart.series.length == 0) return;
var all_cursors = get_all_cursors(); var all_cursors = get_all_cursors();