Vala 0.42.2 -> 0.44.3
This commit is contained in:
parent
72cd7181e1
commit
a9d77c1109
|
@ -1 +1 @@
|
|||
Subproject commit ab63ce22a9e2d149d8843f49bd33f8116a862d39
|
||||
Subproject commit 902b996551e600ceb53eb895fbce6a37b5247693
|
|
@ -83,7 +83,7 @@ namespace CairoChart {
|
|||
*/
|
||||
public Cursors copy () {
|
||||
var c = new Cursors (chart);
|
||||
c.list = list.copy();
|
||||
//c.list = list.copy();
|
||||
c.active_cursor = active_cursor;
|
||||
c.is_cursor_active = is_cursor_active;
|
||||
c.style = style;
|
||||
|
|
Loading…
Reference in New Issue