code/richediting/src/main/kotlin/org/fbme/ide/richediting/adapters/fbnetwork/BrokenPortController.kt [56:63]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override fun updateCellWithForm(form: Point) { val oppositePortCoordinates = myComponentController.getPortCoordinates(myOpposite, form) componentCell.moveTo( oppositePortCoordinates.x - OPPOSITE_PORT_PADDING - INNER_BORDER_PADDING - componentCell.width, oppositePortCoordinates.y - componentCell.height / 2 ) componentCell.relayout() } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - code/richediting/src/main/kotlin/org/fbme/ide/richediting/adapters/fbnetwork/InlineValueController.kt [55:62]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override fun updateCellWithForm(form: Point) { val oppositePortCoordinates = myComponentController.getPortCoordinates(myOpposite, form) componentCell.moveTo( oppositePortCoordinates.x - OPPOSITE_PORT_PADDING - INNER_BORDER_PADDING - componentCell.width, oppositePortCoordinates.y - componentCell.height / 2 ) componentCell.relayout() } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -