Revert "adjust the way the execute-callback is overridden so that this mixin"
This reverts commit 7dfffb3eb8
.
This commit is contained in:
parent
5a30aa89eb
commit
ee17f7ce47
|
@ -158,11 +158,13 @@
|
|||
(callback (lambda _ (run-macro-stepper))))))
|
||||
|
||||
(define/public-final (run-macro-stepper)
|
||||
(send (get-interactions-text) enable-macro-debugging #t)
|
||||
(send this execute-callback))
|
||||
(execute #t))
|
||||
|
||||
(define/override (execute-callback)
|
||||
(send (get-interactions-text) enable-macro-debugging #f)
|
||||
(execute #f))
|
||||
|
||||
(define/private (execute debugging?)
|
||||
(send (get-interactions-text) enable-macro-debugging debugging?)
|
||||
(super execute-callback))
|
||||
|
||||
;; Hide button for inappropriate languages
|
||||
|
|
Loading…
Reference in New Issue
Block a user