Skip to content

Commit

Permalink
DrawViewDetail: remove unwanted commit
Browse files Browse the repository at this point in the history
  • Loading branch information
donovaly committed Apr 18, 2020
1 parent 6d06bdf commit e079377
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Mod/TechDraw/App/DrawViewDetail.cpp
Expand Up @@ -116,9 +116,6 @@ DrawViewDetail::DrawViewDetail()
//hide Properties not relevant to DVDetail
Direction.setStatus(App::Property::ReadOnly,true); //Should be same as BaseView
Rotation.setStatus(App::Property::ReadOnly,true); //same as BaseView

//hide Properties that can only be set in Base View
//HighlightLineColor.setStatus(App::Property::ReadOnly, true); //Should be same as BaseView
}

DrawViewDetail::~DrawViewDetail()
Expand Down

0 comments on commit e079377

Please sign in to comment.