Oops, didn't clear the hover when auto-deleting horiz/vert
constraints when adding symmetric constraints. So that could blow up and trigger an oops. [git-p4: depot-paths = "//depot/solvespace/": change = 1851]
This commit is contained in:
parent
04141aa59d
commit
a58680201f
|
@ -359,7 +359,10 @@ void Constraint::MenuConstrain(int id) {
|
||||||
}
|
}
|
||||||
SS.constraint.RemoveTagged();
|
SS.constraint.RemoveTagged();
|
||||||
// And no need to do anything special, since nothing
|
// 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 {
|
} else {
|
||||||
// Symmetry with a symmetry plane specified explicitly.
|
// Symmetry with a symmetry plane specified explicitly.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user