# HG changeset patch # User Claus Gittinger # Date 1579451318 -3600 # Node ID ddae3d4376d9846ca2d5e44709af3db9774f50e2 # Parent f18046cc5780ef0a5c38dee10356e22d0a855bf7 #BUGFIX by exept class: SimpleView added: #processOutsideButtonEventWhileModal: diff -r f18046cc5780 -r ddae3d4376d9 SimpleView.st --- a/SimpleView.st Sun Jan 19 02:23:30 2020 +0100 +++ b/SimpleView.st Sun Jan 19 17:28:38 2020 +0100 @@ -6850,6 +6850,16 @@ dependents notNil ifTrue:[ self changed:#pointerInView with:false] ! +processOutsideButtonEventWhileModal:anEvent + "a button event (press/release) arrived for another view, + while I (a topView) am open as modal view. + Can be redefined to react on clicks outside (eg. CriticsWindow); + if handled, the redefining method should return true. + If not handled, it should return false." + + ^ false +! + propertyChange:propertyId state: state "A property has changed, nothing to do here.