We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86a887e commit 42f7c70Copy full SHA for 42f7c70
src/Toplo/ToIntrinsicState.class.st
@@ -113,7 +113,7 @@ ToIntrinsicState >> focusedSkinEvent: aSkinEvent [
113
ToIntrinsicState >> initialize [
114
115
super initialize.
116
- otherSelectionSkinEventMap := OrderedIdentityDictionary new.
+ otherSelectionSkinEventMap := SmallIdentityDictionary new.
117
enabledSkinEvent := ToEnabledSkinEvent new.
118
]
119
0 commit comments