From 2a1830145dd5d05b3ffdb144944245c1e71f4c88 Mon Sep 17 00:00:00 2001 From: Yann Le Goff Date: Tue, 26 May 2026 17:45:39 +0200 Subject: [PATCH] fix the bug with the bomb button --- src/Pyramid/PyramidSinglePopingPresenterBuilder.class.st | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Pyramid/PyramidSinglePopingPresenterBuilder.class.st b/src/Pyramid/PyramidSinglePopingPresenterBuilder.class.st index 17d6ce5a..0ff8e91f 100644 --- a/src/Pyramid/PyramidSinglePopingPresenterBuilder.class.st +++ b/src/Pyramid/PyramidSinglePopingPresenterBuilder.class.st @@ -98,7 +98,7 @@ PyramidSinglePopingPresenterBuilder >> buildPresenterWithButtonsFor: anAssociati self property commandExecutor use: self property command on: self cluster allTargets - with: input value ]. + with: input value value ]. layout := self layoutForLabel: aString input: input