Skip to content

Commit

Permalink
Merge pull request #284 from ales-erjavec/fixes/update-anchors-open-o…
Browse files Browse the repository at this point in the history
…n-link

[FIX] nodeitem: Update opened anchor on link completion
  • Loading branch information
janezd committed Oct 13, 2023
2 parents 49a5f33 + bf632ce commit 88883cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions orangecanvas/canvas/items/nodeitem.py
Original file line number Diff line number Diff line change
Expand Up @@ -639,6 +639,7 @@ def setKeepAnchorOpen(self, signal):
else:
self.__keepSignalsOpen = signal
self.__updateLabels(self.__keepSignalsOpen)
self.__updatePositions()

def parentNodeItem(self):
# type: () -> Optional['NodeItem']
Expand Down

0 comments on commit 88883cb

Please sign in to comment.