In progress...
This commit is contained in:
parent
b2d629c455
commit
0a24356ae6
|
@ -135,7 +135,6 @@ namespace CairoChart {
|
|||
if (ctx != null) {
|
||||
color = bg_color;
|
||||
ctx.paint();
|
||||
color = Color (0, 0, 0, 1);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -154,7 +153,7 @@ namespace CairoChart {
|
|||
|
||||
rot_axes_titles ();
|
||||
|
||||
cursors.get_cursors_crossings();
|
||||
cursors.get_crossings();
|
||||
|
||||
eval_plarea ();
|
||||
|
||||
|
|
|
@ -109,7 +109,7 @@ namespace CairoChart {
|
|||
return all_cursors;
|
||||
}
|
||||
|
||||
public void get_cursors_crossings () {
|
||||
public void get_crossings () {
|
||||
var all_cursors = get_all_cursors();
|
||||
|
||||
CursorCrossings[] local_cursor_crossings = {};
|
||||
|
|
Loading…
Reference in New Issue