The Birdfont Source Code
Reset replacement glyph in OTF feature tab
These changes was commited to the Birdfont repository Mon, 13 Jun 2016 11:11:27 +0000.
Contributing
Send patches or pull requests to johan.mattsson.m@gmail.com.
Clone this repository: git clone https://github.com/johanmattssonm/birdfont.git
Reset replacement glyph in OTF feature tab
--- a/libbirdfont/OtfFeatureTable.vala
+++ b/libbirdfont/OtfFeatureTable.vala
@@ -53,7 +53,8 @@
GlyphSelection gs = new GlyphSelection ();
gs.selected_glyph.connect ((gc) => {
- glyph_collection = gc;
+ glyph_collection = gc;
+ replacement_glyph = null;
MainWindow.get_tab_bar ().select_tab_name (get_name ());
});