The Birdfont Source Code
Stroke settings
These changes was commited to the Birdfont repository Mon, 20 Jun 2016 09:39:15 +0000.
Contributing
Send patches or pull requests to johan.mattsson.m@gmail.com.
Clone this repository: git clone https://github.com/johanmattssonm/birdfont.git
Stroke settings
--- a/libbirdfont/DrawingTools.vala
+++ b/libbirdfont/DrawingTools.vala
@@ -1645,10 +1645,12 @@
line_cap_butt.visible = StrokeTool.add_stroke;
line_cap_round.visible = StrokeTool.add_stroke;
line_cap_square.visible = StrokeTool.add_stroke;
- MainWindow.get_toolbox ().update_expanders ();
+ stroke_expander.clear_cache ();
stroke_expander.redraw ();
+ MainWindow.get_toolbox ().update_expanders ();
}
+
}
}