Add Caption property to Views

This commit is contained in:
WandererFan
2016-10-17 09:10:22 -04:00
committed by Yorik van Havre
parent ce9f4f199a
commit a51b3f7b11
9 changed files with 173 additions and 20 deletions

View File

@@ -52,7 +52,7 @@ PROPERTY_SOURCE(TechDraw::DrawProjGroup, TechDraw::DrawViewCollection)
DrawProjGroup::DrawProjGroup(void)
{
static const char *group = "Drawing view";
static const char *group = "ProjGroup";
ADD_PROPERTY_TYPE(Anchor, (0), group, App::Prop_None, "The root view to align projections with");