Mercurial > hg > svgui
diff layer/LayerFactory.cpp @ 997:296ccd36f626 tony-2.0-integration
Merge through to branch for Tony 2.0
author | Chris Cannam |
---|---|
date | Thu, 20 Aug 2015 14:54:21 +0100 |
parents | b12cd1c2dad5 |
children | b247d3ffcbb9 |
line wrap: on
line diff
--- a/layer/LayerFactory.cpp Mon Apr 13 13:52:05 2015 +0100 +++ b/layer/LayerFactory.cpp Thu Aug 20 14:54:21 2015 +0100 @@ -198,7 +198,10 @@ LayerTypeSet types; types.insert(TimeInstants); types.insert(TimeValues); - types.insert(FlexiNotes); + // Because this is strictly a UI function -- list the layer types + // to show in a menu -- it should not contain FlexiNotes; the + // layer isn't meaningfully editable in SV +// types.insert(FlexiNotes); types.insert(Notes); types.insert(Regions); types.insert(Text);