GitHub user emecas opened a pull request: https://github.com/apache/cayenne/pull/250
CAY-2384 Modeler: Visualization issue after an undo action for a deleted ObjRelationship Added method `focusObjEntity(ObjEntity objEntity)` in `RemoveRelationshipUndoableEdit` class, that is called during `undo()` action in order to fix CAY-2384 You can merge this pull request into a Git repository by running: $ git pull https://github.com/emecas/cayenne CAY-2384 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cayenne/pull/250.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #250 ---- commit 6c2d490de4920082774f01e076a63042d4292d88 Author: Emerson Castaneda <eme...@users.noreply.github.com> Date: 2017-12-01T20:23:50Z Added method focusObjEntity(ObjEntity objEntity) in RemoveRelationshipUndoableEdit to fix CAY-2384 ---- ---