diff --git a/constraint.cpp b/constraint.cpp index aa73311..c95412b 100644 --- a/constraint.cpp +++ b/constraint.cpp @@ -359,7 +359,10 @@ void Constraint::MenuConstrain(int id) { } SS.constraint.RemoveTagged(); // And no need to do anything special, since nothing - // ever depends on a constraint. + // ever depends on a constraint. But do clear the + // hover, in case the just-deleted constraint was + // hovered. + SS.GW.hover.Clear(); } } else { // Symmetry with a symmetry plane specified explicitly.