Tools__BreakpointService.st
changeset 19097 b9bee641194f
parent 19071 58aedf69e507
child 19101 d2161c8d9307
--- a/Tools__BreakpointService.st	Fri Aug 30 10:57:30 2019 +0200
+++ b/Tools__BreakpointService.st	Fri Aug 30 11:08:12 2019 +0200
@@ -752,6 +752,12 @@
 
 hasBreakpoints
     ^ breakpoints notEmptyOrNil
+!
+
+singleClickToToggle
+    "/ not yet working correctly: must ignore double clicks then,
+    "/ but only some...
+    ^ false
 ! !
 
 !BreakpointService methodsFor:'redrawing'!