The Birdfont Source Code
Display key bindings in menu and show scroll bar in file dialog
These changes was commited to the Birdfont repository Mon, 14 Dec 2015 14:19:38 +0000.
Contributing
Send patches or pull requests to johan.mattsson.m@gmail.com.
Clone this repository: git clone https://github.com/johanmattssonm/birdfont.git
Display key bindings in menu and show scroll bar in file dialog
--- a/libbirdfont/FileDialogTab.vala
+++ b/libbirdfont/FileDialogTab.vala
@@ -207,6 +207,7 @@
layout ();
base.selected_canvas ();
scroll_to (0);
+ MainWindow.show_scrollbar ();
}
public void show_text_area (string text) {
--- a/libbirdfont/Renderer/Text.vala
+++ b/libbirdfont/Renderer/Text.vala
@@ -106,6 +106,7 @@
this.text = text;
gs = null;
sidebearing_extent = 0;
+ cache = null;
}
private GlyphSequence generate_glyphs () {