diff --git a/nion/swift/ImageCanvasItem.py b/nion/swift/ImageCanvasItem.py index 4f0852244..99d8caa79 100644 --- a/nion/swift/ImageCanvasItem.py +++ b/nion/swift/ImageCanvasItem.py @@ -1227,7 +1227,7 @@ def mouse_pressed(self, x: int, y: int, modifiers: UserInterface.KeyboardModifie def mouse_released(self, x: int, y: int, modifiers: UserInterface.KeyboardModifiers) -> bool: if super().mouse_released(x, y, modifiers): - return + return True delegate = self.delegate widget_mapping = self.mouse_mapping