Skip to content

Commit 42f7c70

Browse files
committed
tiny change
1 parent 86a887e commit 42f7c70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Toplo/ToIntrinsicState.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ ToIntrinsicState >> focusedSkinEvent: aSkinEvent [
113113
ToIntrinsicState >> initialize [
114114

115115
super initialize.
116-
otherSelectionSkinEventMap := OrderedIdentityDictionary new.
116+
otherSelectionSkinEventMap := SmallIdentityDictionary new.
117117
enabledSkinEvent := ToEnabledSkinEvent new.
118118
]
119119

0 commit comments

Comments
 (0)