In progress...

This commit is contained in:
Kolan Sh 2018-01-19 11:23:40 +03:00
parent b2d629c455
commit 0a24356ae6
2 changed files with 2 additions and 3 deletions

View File

@ -135,7 +135,6 @@ namespace CairoChart {
if (ctx != null) { if (ctx != null) {
color = bg_color; color = bg_color;
ctx.paint(); ctx.paint();
color = Color (0, 0, 0, 1);
} }
} }
@ -154,7 +153,7 @@ namespace CairoChart {
rot_axes_titles (); rot_axes_titles ();
cursors.get_cursors_crossings(); cursors.get_crossings();
eval_plarea (); eval_plarea ();

View File

@ -109,7 +109,7 @@ namespace CairoChart {
return all_cursors; return all_cursors;
} }
public void get_cursors_crossings () { public void get_crossings () {
var all_cursors = get_all_cursors(); var all_cursors = get_all_cursors();
CursorCrossings[] local_cursor_crossings = {}; CursorCrossings[] local_cursor_crossings = {};