From f3f7354214c22486c9d784f94411e31b86536f82 Mon Sep 17 00:00:00 2001 From: Guille Polito Date: Fri, 6 Mar 2026 09:29:33 +0100 Subject: [PATCH] Mark ignoreNotImplementedSelectors: in spec --- src/Spec2-Adapters-Morphic/SpTreeColumn.class.st | 1 + src/Spec2-Morphic-Backend-Tests/SpUIThemeDecoratorTest.class.st | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/Spec2-Adapters-Morphic/SpTreeColumn.class.st b/src/Spec2-Adapters-Morphic/SpTreeColumn.class.st index 2f41b6c96..56a3d305a 100644 --- a/src/Spec2-Adapters-Morphic/SpTreeColumn.class.st +++ b/src/Spec2-Adapters-Morphic/SpTreeColumn.class.st @@ -20,6 +20,7 @@ SpTreeColumn >> bindKeyCombination: aKMCombination toAction: aBlock [ SpTreeColumn >> rowMorphFor: aNode [ | node rowMorph | + node := aNode nodeModel. rowMorph := self rowMorphGetSelector ifNil: [node rowMorphForColumn: self] diff --git a/src/Spec2-Morphic-Backend-Tests/SpUIThemeDecoratorTest.class.st b/src/Spec2-Morphic-Backend-Tests/SpUIThemeDecoratorTest.class.st index 62d0ffd0c..e1e328046 100644 --- a/src/Spec2-Morphic-Backend-Tests/SpUIThemeDecoratorTest.class.st +++ b/src/Spec2-Morphic-Backend-Tests/SpUIThemeDecoratorTest.class.st @@ -19,6 +19,8 @@ SpUIThemeDecoratorTest >> setUp [ { #category : 'tests' } SpUIThemeDecoratorTest >> testDoesNotUnderstand [ + + | block | themeDecorator property: #foo returnsValueOf: 42.