diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2015-04-29 17:24:49 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2015-04-29 17:24:49 +0000 |
| commit | 556a53bca1b75b43730da749313f8a6827f2461d (patch) | |
| tree | 5168252b45657e213ce636a79c169e70133719c2 /src/libnrtype | |
| parent | Fix a bug linking a path parameter to a transformed element (diff) | |
| download | inkscape-556a53bca1b75b43730da749313f8a6827f2461d.tar.gz inkscape-556a53bca1b75b43730da749313f8a6827f2461d.zip | |
Fix regression: Update default font-family if nothing is selected on canvas.
(bzr r14072)
Diffstat (limited to 'src/libnrtype')
| -rw-r--r-- | src/libnrtype/FontFactory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libnrtype/FontFactory.h b/src/libnrtype/FontFactory.h index bd5a4460c..4c8c2cb29 100644 --- a/src/libnrtype/FontFactory.h +++ b/src/libnrtype/FontFactory.h @@ -68,7 +68,7 @@ public: }; // Map type for gathering UI family and style names -typedef std::map<Glib::ustring, std::list<StyleNames> > FamilyToStylesMap; +// typedef std::map<Glib::ustring, std::list<StyleNames> > FamilyToStylesMap; class font_factory { public: |
