From 0baca68109949b17c37ad0c21402442971b0d742 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Blizni=C4=8Denko?= Date: Mon, 30 Sep 2024 13:34:38 +0200 Subject: [PATCH] temporarily disabled saving last event --- repository/OpenPonk-Spec/OPDiagramRemoveFigureCommand.class.st | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repository/OpenPonk-Spec/OPDiagramRemoveFigureCommand.class.st b/repository/OpenPonk-Spec/OPDiagramRemoveFigureCommand.class.st index 3c6397f3..8b960340 100644 --- a/repository/OpenPonk-Spec/OPDiagramRemoveFigureCommand.class.st +++ b/repository/OpenPonk-Spec/OPDiagramRemoveFigureCommand.class.st @@ -42,7 +42,7 @@ OPDiagramRemoveFigureCommand class >> lastEvent: anEvent [ self flag: 'Part of ugly hack to find out if ctrl is currently pressed'. - lastEvent := anEvent + "lastEvent := anEvent" ] { #category : 'accessing' }