Skip to content

Commit

Permalink
[Sketcher] Fix section mode automation
Browse files Browse the repository at this point in the history
  • Loading branch information
0penBrain authored and abdullahtahiriyo committed Feb 6, 2022
1 parent 2c2b975 commit 6d890b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Sketcher/Gui/ViewProviderSketch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2709,7 +2709,7 @@ bool ViewProviderSketch::setEdit(int ModNum)
" tv.show([ref[0] for ref in ActiveSketch.Support if not ref[0].isDerivedFrom(\"PartDesign::Plane\")])\n"
"if ActiveSketch.ViewObject.ShowLinks:\n"
" tv.show([ref[0] for ref in ActiveSketch.ExternalGeometry])\n"
" tv.sketchClipPlane(ActiveSketch, ActiveSketch.ViewObject.SectionView)\n"
"tv.sketchClipPlane(ActiveSketch, ActiveSketch.ViewObject.SectionView)\n"
"tv.hide(ActiveSketch)\n"
"del(tv)\n"
"del(ActiveSketch)\n"
Expand Down

0 comments on commit 6d890b7

Please sign in to comment.