We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4282a08 commit cffcbf9Copy full SHA for cffcbf9
src/Toplo-Widget-Circular/ToCircularMenu.class.st
@@ -36,7 +36,8 @@ ToCircularMenu >> encompassing: aBoolean [
36
{ #category : #testing }
37
ToCircularMenu >> isOutsideEvent: anEvent [
38
39
- self listHolderDo: [ :h | ^ h nodeContainer isOutsideEvent: anEvent ].
+ self listHolderDo: [ :h |
40
+ (h nodeContainer isOutsideEvent: anEvent) ifFalse: [ ^ false ] ].
41
^ super isOutsideEvent: anEvent
42
]
43
0 commit comments