We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee39814 commit 8375352Copy full SHA for 8375352
src/Mod/Fem/Gui/ViewProviderFemPostObject.cpp
@@ -369,11 +369,11 @@ std::vector<std::string> ViewProviderFemPostObject::getDisplayModes() const
369
std::vector<std::string> StrList;
370
StrList.emplace_back("Outline");
371
StrList.emplace_back("Nodes");
372
- StrList.emplace_back("Nodes (surface only)");
373
StrList.emplace_back("Surface");
374
StrList.emplace_back("Surface with Edges");
375
StrList.emplace_back("Wireframe");
376
StrList.emplace_back("Wireframe (surface only)");
+ StrList.emplace_back("Nodes (surface only)");
377
return StrList;
378
}
379
0 commit comments