Misc. typos

+ stepcode typo submitted upsream https://github.com/stepcode/stepcode/pull/372
This commit is contained in:
luz.paz
2018-01-04 22:58:46 -05:00
committed by Yorik van Havre
parent 442892ffa7
commit 831bf31817
16 changed files with 22 additions and 22 deletions

View File

@@ -111,7 +111,7 @@ void ViewProviderBody::setDisplayMode(const char* ModeName) {
//if we show "Through" we must avoid to set the display mask modes, as this would result
//in going into "tip" mode. When through is chosen the child features are displayed, and all
//we need to ensure is that the display mode change is propagated to them fro within the
//we need to ensure is that the display mode change is propagated to them from within the
//onChanged() method.
if(DisplayModeBody.getValue() == 1)
PartGui::ViewProviderPartExt::setDisplayMode(ModeName);