diff options
| author | buliabyak <> | 2013-10-03 23:49:09 +0000 |
|---|---|---|
| committer | buliabyak <> | 2013-10-03 23:49:09 +0000 |
| commit | 56a5a5f6726defecb1e3c3f34f8264becc05f7c7 (patch) | |
| tree | 718c0a576a164b06948091dd2f4a6eff488620ae /src/libnrtype | |
| parent | properly protect the undo stack from deleting templates and setting viewbox (diff) | |
| download | inkscape-56a5a5f6726defecb1e3c3f34f8264becc05f7c7.tar.gz inkscape-56a5a5f6726defecb1e3c3f34f8264becc05f7c7.zip | |
FIXME comment
(bzr r12652)
Diffstat (limited to 'src/libnrtype')
| -rw-r--r-- | src/libnrtype/font-lister.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libnrtype/font-lister.cpp b/src/libnrtype/font-lister.cpp index 0a83f55e9..aa50f4be0 100644 --- a/src/libnrtype/font-lister.cpp +++ b/src/libnrtype/font-lister.cpp @@ -203,6 +203,7 @@ namespace Inkscape font_list_store->thaw_notify(); } + // FIXME: why do we parse the style attribute instead of the object's SPStyle? void FontLister::update_font_list_recursive( SPObject *r, std::list<Glib::ustring> *l ) { |
