Center new view on Page/ClipGroup

This commit is contained in:
WandererFan
2016-07-23 15:03:39 +02:00
committed by wmayer
parent f2bad4598a
commit 131c34cf9e
3 changed files with 9 additions and 24 deletions
+1 -4
View File
@@ -58,9 +58,8 @@ const char* DrawView::ScaleTypeEnums[]= {"Document",
PROPERTY_SOURCE(TechDraw::DrawView, App::DocumentObject)
DrawView::DrawView(void)
: autoPos(true)
{
static const char *group = "Drawing view";
ADD_PROPERTY_TYPE(X ,(0),group,App::Prop_None,"X position of the view on the page in modelling units (mm)");
@@ -73,8 +72,6 @@ DrawView::DrawView(void)
if (isRestoring()) {
autoPos = false;
} else {
autoPos = true;
}
}