#BUGFIX by exept expecco_19_2_1
authorClaus Gittinger <cg@exept.de>
Sun, 19 Jan 2020 17:28:38 +0100
changeset 8969 ddae3d4376d9
parent 8968 f18046cc5780
child 8970 c232c2692e1a
#BUGFIX by exept class: SimpleView added: #processOutsideButtonEventWhileModal:
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.