Skip to content

Commit

Permalink
fixes #2559: Body becomes visible upon changing DisplayModeBody
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Jan 30, 2018
1 parent 76d27f4 commit 865593b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Mod/PartDesign/Gui/ViewProviderBody.cpp
Expand Up @@ -365,6 +365,9 @@ void ViewProviderBody::onChanged(const App::Property* prop) {
setDisplayMaskMode(getOverrideMode().c_str());
}
}

// #0002559: Body becomes visible upon changing DisplayModeBody
Visibility.touch();
}
else
unifyVisualProperty(prop);
Expand Down

0 comments on commit 865593b

Please sign in to comment.