FEM: fix trailing whitespace
Fix trailing whitespace in `Fem/App/FemPostFilter.cpp`
This commit is contained in:
@@ -714,7 +714,7 @@ void FemPostContoursFilter::refreshVectors()
|
||||
auto it = std::find(vectorArray.begin(), vectorArray.end(), vectorName);
|
||||
if (!vectorName.empty() && it != vectorArray.end())
|
||||
VectorMode.setValue(vectorName.c_str());
|
||||
|
||||
|
||||
m_blockPropertyChanges = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user