Skip to content

Commit 773f59c

Browse files
author
RubioJr9
committed
Fixed first widget transform bug
1 parent 2259762 commit 773f59c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Modules/Fields/EditMeshBoundingBox.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,10 @@ void EditMeshBoundingBox::updateState(FieldHandle field)
177177
changeAxesOrientation(field);
178178
if (firstRun_ && state->getValue(DataSaved).toBool())
179179
{
180-
firstRun_ = false;
181180
loadFromParameters();
182181
updateInputFieldAttributes();
183182
}
183+
firstRun_ = false;
184184

185185
if(transient_value_cast<bool>(state->getTransientValue(SetOutputCenter)))
186186
setOutputCenter();

0 commit comments

Comments
 (0)