Download
Tutorials
Bugtracker
Development
The Birdfont Source Code
All Repositories
/
birdfont.git
/ blobdiff –
RSS feed
Enable stroke be default
Changes made to libbirdfont/PenTool.vala
Contributing
Send patches or pull requests to johan.mattsson.m@gmail.com.
Clone this repository: git clone https://github.com/johanmattssonm/birdfont.git
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
Enable stroke be default (plain diff of libbirdfont/PenTool.vala)
Enable stroke be default
[birdfont.git]
/
libbirdfont
/
PenTool.vala
blob:
a/libbirdfont/PenTool.vala
-> blob:
b/libbirdfont/PenTool.vala
--- libbirdfont/PenTool.vala
+++ 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);