Vala 0.42.2 -> 0.44.3

This commit is contained in:
Kolan Sh 2019-05-14 14:23:24 +03:00
parent 72cd7181e1
commit a9d77c1109
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit ab63ce22a9e2d149d8843f49bd33f8116a862d39
Subproject commit 902b996551e600ceb53eb895fbce6a37b5247693

View File

@ -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;