Skip to content

Commit 26283b9

Browse files
author
RubioJr9
committed
Fixed reset all to input
1 parent 0cd70a0 commit 26283b9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Interface/Modules/Fields/EditMeshBoundingBoxDialog.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ void EditMeshBoundingBoxDialog::userSetWidget()
124124
}
125125
else if (button.startsWith("resetAll"))
126126
{
127-
state_->setTransientValue(EditMeshBoundingBoxModule::ResetSize, true);
128-
state_->setTransientValue(EditMeshBoundingBoxModule::ResetCenter, true);
127+
state_->setTransientValue(EditMeshBoundingBoxModule::ResetToInput, true);
129128
}
130129
}

0 commit comments

Comments
 (0)