Revert "adjust the way the execute-callback is overridden so that this mixin"

This reverts commit 7dfffb3eb8.
This commit is contained in:
Robby Findler 2011-08-24 18:06:28 -05:00
parent 5a30aa89eb
commit ee17f7ce47

View File

@ -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