The Birdfont Source Code
Enable stroke be default
These changes was commited to the Birdfont repository Sat, 09 May 2015 18:33:54 +0000.
Contributing
Send patches or pull requests to johan.mattsson.m@gmail.com.
Clone this repository: git clone https://github.com/johanmattssonm/birdfont.git
Enable stroke be default
--- a/libbirdfont/DrawingTools.vala
+++ b/libbirdfont/DrawingTools.vala
@@ -1031,9 +1031,7 @@
add_expander (draw_tool_modifiers);
- if (BirdFont.has_argument ("--test")) {
- add_expander (stroke_expander);
- }
+ add_expander (stroke_expander);
add_expander (guideline_tools);
add_expander (grid);
--- a/libbirdfont/PenTool.vala
+++ b/libbirdfont/PenTool.vala
@@ -1732,7 +1732,6 @@
}
public static PointSelection add_new_edit_point (int x, int y) {
- Glyph glyph;
PointSelection new_point;
new_point = insert_edit_point (x, y);