We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2259762 commit 773f59cCopy full SHA for 773f59c
src/Modules/Fields/EditMeshBoundingBox.cc
@@ -177,10 +177,10 @@ void EditMeshBoundingBox::updateState(FieldHandle field)
177
changeAxesOrientation(field);
178
if (firstRun_ && state->getValue(DataSaved).toBool())
179
{
180
- firstRun_ = false;
181
loadFromParameters();
182
updateInputFieldAttributes();
183
}
+ firstRun_ = false;
184
185
if(transient_value_cast<bool>(state->getTransientValue(SetOutputCenter)))
186
setOutputCenter();
0 commit comments