We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e4e244 + ca04b2c commit efe1802Copy full SHA for efe1802
1 file changed
src/Toplo-Serialization-Stash/BlElement.extension.st
@@ -12,8 +12,8 @@ BlElement >> allSetterAndGettersForMyStashAllLocalTheme [
12
BlElement >> allSetterAndGettersForMyStashAllStamps [
13
14
<stashAccessors>
15
- self allStamps isEmpty ifTrue: [ ^ { } ].
16
- ^ self toStyleStore stampIndex allProperties collect: [ :assoc | | setter getter |
+ self ensuredStampMap allPropertyNames isEmpty ifTrue: [ ^ { } ].
+ ^ self ensuredStampMap allProperties collect: [ :assoc | | setter getter |
17
setter := [ :element | 'addStamp: <1p> withValue:' expandMacrosWith: assoc value name ].
18
getter := [ :element | assoc value value ].
19
setter -> getter
0 commit comments