Skip to content

Commit

Permalink
* Fixing issue where the mode property of the Node class was given a …
Browse files Browse the repository at this point in the history
…default value in the property.
  • Loading branch information
phase1geo committed Sep 19, 2018
1 parent e41c734 commit 422ad4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Node.vala
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ public class Node : Object {
_selanchor = 0;
_cursor = _selend;
}
default = NodeMode.NONE;
}
public Node? parent { get; protected set; default = null; }
public NodeSide side { get; set; default = NodeSide.RIGHT; }
Expand Down

0 comments on commit 422ad4e

Please sign in to comment.