The Birdfont Source Code
Mark font as modified in Beziér tool
These changes was commited to the Birdfont repository Tue, 19 May 2015 14:20:48 +0000.
Contributing
Send patches or pull requests to johan.mattsson.m@gmail.com.
Clone this repository: git clone https://github.com/johanmattssonm/birdfont.git
Mark font as modified in Beziér tool
--- a/libbirdfont/BezierTool.vala
+++ b/libbirdfont/BezierTool.vala
@@ -148,6 +148,8 @@
current_path.stroke = StrokeTool.stroke_width;
current_path.line_cap = StrokeTool.line_cap;
}
+
+ BirdFont.get_current_font ().touch ();
GlyphCanvas.redraw ();
state = MOVE_POINT;